Can I configure Apache ActiveMQ to use the STOMP protocol over UDP?

Posted by Marc C on Stack Overflow See other posts from Stack Overflow or by Marc C
Published on 2010-04-22T00:29:22Z Indexed on 2010/04/22 0:33 UTC
Read the original article Hit count: 364

Filed under:
|
|

I'm developing a STOMP binding for Ada, which is working fine utilizing TCP/IP as the transport between the client and an ActiveMQ server configured as a STOMP broker. I thought to support UDP as well (i.e. STOMP over UDP), however, the lack of pertinent information in the ActiveMQ documentation or in web searches suggests to me that this isn't possible, and perhaps it doesn't even make any sense :-)

Confirmation one way or the other (and an ActiveMQ configuration excerpt if this is possible) would be appreciated.

© Stack Overflow or respective owner

Related posts about activemq

Related posts about stomp