views:

364

answers:

2

For enterprise integration projects, a non-Java access to message brokers like JJBoss Messaging can be very helpful. For the Apache ActiveMQ and the GlassFish Open Message Queue products there are many different client implementations available, using native or standard protocols like Stomp.

JBoss Messaging has a task "Implement STOMP protocol natively" in the issue tracker. However, this task does not appear in the JBoss Messaging roadmap.

Are there other options to connect to JBoss Messaging with non-Java clients?

Edit: JBoss Messaging will support AMQP in version 2

A: 

JBoss Messaging will support AMQP in version 2, this will allow non-Java clients to access it.

mjustin
A: 

HornetQ (which will replace JBoss Messaging) will support Stomp clients in version 2.1:

The HornetQ server will be able to speak the STOMP protocol directly, allowing HornetQ to be used with any STOMP clients which are available in many languages.

http://www.jboss.org/community/wiki/Roadmap

mjustin