[openamq-dev] How to search your mail archive via web
Martin Sustrik
sustrik at imatix.com
Thu Jan 24 19:19:09 CET 2008
Hi Joe,
> Would OpenAMQ server support qpid python client or RabbitMQ java
client implement this type of structure:
http://wiki.openamq.org/tutorial:soa ?
The problem with RabbitMQ/OpenAMQ compatibility is in that RabbitMQ
implements AMQP v0.8 whereas OpenAMQ implements AMQP v0.9. We cannot
downgrade OpenAMQ as we are using 0.9 features in production, therefore
the only way to make the two to speak together would be to update
RabbitMQ clients to v0.9. This should be actually quite easy (the
changes between 0.8 and 0.9 are few and not complex) and if you would
like to do the upgrade yourself, I am sure Rabbit guys would appreciate
that.
OTOH, the structure described in tutorial can be implemented using *any*
AMQP implementation, whether it's OpenAMQ, RabbitMQ or whatever.
Martin
More information about the openamq-dev
mailing list