InfoQ

News

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

Posted by Hartmut Wilms on Oct 30, 2007 04:10 PM

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

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
  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

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.