InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

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

Posted by Hartmut Wilms on Oct 30, 2007

Sections
Development,
Architecture & Design
Topics
.NET ,
Interop ,
Java
Tags
JMS ,
WCF ,
JNBridge

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
BizTalk 2009 by Ken Lupinacci Posted
  1. Back to top

    Support for ActiveMQ?

    by Tony Tony

    is this Adapter support for Apache ActiveMQ as well?

    Cheers

  2. Back to top

    BizTalk 2009

    by Ken Lupinacci

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

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.