InfoQ

News

JNBridge releases two new JMS Adapters for Microsoft .NET and BizTalk Server

Posted by Hartmut Wilms on Oct 30, 2007

Community
.NET,
Java
Topics
Interop
Tags
JNBridge ,
WCF ,
JMS

Today JNBridge, one of the leading suppliers of Java/.NET interoperability tools for software developers, announced the release of two new Java Messaging Services (JMS) Adapters for the Microsoft .NET platform. One adapter extends the Windows Communication Foundation (WCF) and allows to integrate any vendor's JMS implementation directly into .NET applications, the other connects JMS capabilities with Microsoft’s BizTalk Server 2006 (R2).

The JNBridge JMS adapter exposes a simple .NET interface for producing and consuming JMS messages. Because JMS is only a specification, each JMS implementation is vendor-specific and different vendor's implementations are not generally interoperable. The JMS adapter addresses this issue by wrapping the vendor's JMS client implementation by dynamically generating proxy classes, which implement the static .NET interface. Thus JNBridge offers compatibility with every JMS implementation. Developers can change from one client implementation to another by simply adjusting the Java classpath within the adapter's configuration.

“For years, our JNBridgePro customers have asked for an easy way to allow .NET or BizTalk Server applications to send and receive messages from JMS servers,” explained Wayne Citrin, CTO at JNBridge. “Now, with our new .NET and BizTalk Adapters, they have a streamlined and automatic way to ensure complete and immediate interoperability. Users don’t need to have detailed knowledge of both JMS programming and adapter construction to use the WCF LOB Adapter or the BizTalk Server adapter frameworks. We have fully automated the process for them in one single step.”

The following JMS features are supported:

  • Point-to-point (queues)
  • Publish/subscribe (topics)
  • JMS security
  • Durable subscriptions
  • Text, byte, and map messages
  • Message selectors/filters

Both adapters are based on the JNBridgePro technology, which "creates the interoperability bridge by generating a set of proxies that expose the classes' APIs and manages the communications between the .NET and Java classes". The JMS Adapter for .NET leverages the WCF LOB Adapter SDK. Java and .NET interoperability is achieved by providing a custom transport channel implementation, which uses a shared-memory communication channel. The following figure gives an overview of the adapter's architecture:

JMS Adapter for .NET Architecture

The JNBridge JMS Adapter for .NET also makes use of the WCF LOB Adapter Metadata browse and search features, which are offered by the Adapter Service Reference Visual Studio Add-In. Developers will be able to browse and search metadata of the JMS Server and generate .NET proxy classes using the selected operations and types.

The JNBridge JMS Adapter for BizTalk Server works with BizTalk Server 2006 and 2006 R2 as well as any vendor's JMS Server. It connects BizTalk Server orchestration to JMS infrastructure and requires no programming knowledge of JMS.

When asked about the Advanced Message Queuing Protocol (AMQP) and if JNBridge will provide support for this specification, Wayne Citrin said that there've already been customer requests and that they'll be watching the market. At the moment there is a demand for JMS integration and several JMS products are available.

Both adapters are available immediately and full-featured evaluation copies can be downloaded by visiting www.jnbridge.com.

Support for ActiveMQ? by Tony Tony Posted Nov 6, 2007 5:38 PM
BizTalk 2009 by Ken Lupinacci Posted Sep 9, 2009 9:18 AM
  1. Back to top

    Support for ActiveMQ?

    Nov 6, 2007 5:38 PM by Tony Tony

    is this Adapter support for Apache ActiveMQ as well?

    Cheers

  2. Back to top

    BizTalk 2009

    Sep 9, 2009 9:18 AM by Ken Lupinacci

    Will the JNBridge JMS Adapter for BizTalk Server work with BizTalk Server 2009?

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.