You may wish to check the following docs for ActiveMQ's AMQP support:
http://activemq.apache.org/amqp.html
On Sat, Feb 23, 2013 at 5:32 AM, kimmking wrote:
> it looks like activemq doesn't support AMQP protocol now
>
> 在 2013-2-22,上午1:24,Steve.V. [via ActiveMQ] <
> ml-node+s2283324n4663895...@
it looks like activemq doesn't support AMQP protocol now
在 2013-2-22,上午1:24,Steve.V. [via ActiveMQ]
写道:
> Q1: When an AMQP client puts a text message on a destination, does it get
> converted into a JMS TextMessage?
>
> Q2: Can an AMQP client get a JMS TextMessage off of an ActiveMQ destinat
Ok first a little background:
We do convert AMQP message to JMS messages, but by default we convert them
in a way that provides the best AMQP fidelity for when your sending with
AMQP and receiving with AMQP.
There are 3 basic conversion strategies we support:
raw - Wraps the bytes of the AMQP mes
Q1: When an AMQP client puts a text message on a destination, does it get
converted into a JMS TextMessage?
Q2: Can an AMQP client get a JMS TextMessage off of an ActiveMQ destination?
I ask those questions because I wonder if the following steps are possible:
1. AMQP client puts a text messag