Hiram Chirino wrote:
On 9/22/06, Gordon Sim <[EMAIL PROTECTED]> wrote:
I think a well defined mapping of JMS semantics onto AMQP commands is
possible and desirable. I'm not as sure that there is a mapping of AMQP
commands onto JMS semantics.

For example, in AMQP there is a bind command for attaching a queue to an
exchange. What concept in JMS would this command be mapped onto?


All the binding information can be contained in the destination name.

When receiving an AMQP bind command asking that queue x be bound to exchange y, how does combining these into a compound destination name of some sort help us define a mapping for that command onto JMS semantics?

Reply via email to