New 4.0 Version of JMS Adapters for .NET and BizTalk Released
Version 4.0 of the JMS Adapters for BizTalk and .NET have been released!
Here’s a breakdown of the new features:
BizTalk Adapter
- Support for vendor specific (proprietary) connection strings.
Many vendors are moving away from URI-like connection strings and are allowing connection properties to be set in the connection string. - Support for JMS 2.0 features:
- Shared Topics
Shared topics allows a message consumer that implements concurrency to increase throughput. - The ability to set a delivery delay on a message.
The message will not be visible to consumers for some period of time specified by the message producer, in this case a BizTalk Send Port. The BizTalk adapter will allow the user to set an absolute time, e.g. “17:00 tomorrow”. The adapter will automatically compute the delay period. - Support for the JMS message header property JMSXDeliveryCount.
A message consumer can keep track of delivery attempts.
- Shared Topics
.NET Adapter
- Support for vendor specific (proprietary) connection strings.
- Support for Visual Studio 2015.
- Support for a JMS Exception Listener.
- Support for JMS 2.0 features:
- Shared Topics
Shared topics allows a message consumer that implements concurrency to increase throughput. - The ability to set a delivery delay on a message.
The message will not be visible to consumers for some period of time specified by the message producer. The .NET adapter will allow the user to set an absolute time, e.g. “17:00 tomorrow”. The adapter will automatically compute the delay period. - Support for the JMS message header property JMSXDeliveryCount.
- Shared Topics
Download a full-featured 30-day trial today from jnbridge.com/download.