Author |
Message
|
zpat |
Posted: Fri Apr 15, 2011 5:37 am Post subject: Rabbit MQ and AMQP |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
I am always amazed when someone asks if I know about a message queueing technology that I have never heard of before. How many do people need?
Has anyone used Rabbit MQ and can MQ interoperate with it? What relevance is the AMQP standard?
http://www.rabbitmq.com/ |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Apr 15, 2011 9:16 am Post subject: Re: Rabbit MQ and AMQP |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
zpat wrote: |
I am always amazed when someone asks if I know about a message queueing technology that I have never heard of before. How many do people need? |
Managers like the word "free".
Plus if you make the messaging environment very complex then it means job security for the Admin.
zpat wrote: |
Has anyone used Rabbit MQ and can MQ interoperate with it? |
No. You need to build a bridge between the 2 messaging products.
zpat wrote: |
What relevance is the AMQP standard? |
Its a standard. WMQ has its own standard (i.e. TSH).
I have been watching/following Rabbit MQ for 2 years. Soon, I think it will eclipse Apache's Active MQ as the largest open source messaging platform.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
zpat |
Posted: Fri Apr 15, 2011 10:47 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
I didn't mean directly interoperable. I meant was there a bridge available? |
|
Back to top |
|
 |
rabbitmq |
Posted: Sat Apr 16, 2011 12:31 am Post subject: WMQ RabbitMQ Bridge |
|
|
Newbie
Joined: 16 Apr 2011 Posts: 2
|
|
Back to top |
|
 |
zpat |
Posted: Sat Apr 16, 2011 2:34 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Can MQ and Rabbit MQ both take part in an XA coordinated transaction to ensure that messages cannot be lost or duplicated in a bridge? |
|
Back to top |
|
 |
rabbitmq |
Posted: Sat Apr 16, 2011 3:34 am Post subject: |
|
|
Newbie
Joined: 16 Apr 2011 Posts: 2
|
Not easily. RabbitMQ does not support XA style transactions. Although it does have its own local transactions model of course. You can achieve similar things in other ways but not 'out of the box'. |
|
Back to top |
|
 |
mqjeff |
Posted: Sat Apr 16, 2011 4:16 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
These days I would tend to use JMS to build a bridge between any two messaging providers. |
|
Back to top |
|
 |
|