Upgraded lift-amqp to be using the latest rabbitmq library.
Updated 2 years, 1 month ago
| Tim Perrett | Reviewers | ||
| 270 | dpp, marius, naftoli, kris, indrajit, alexb | ||
| None | LiftWeb-archive | ||
Upgraded lift-amqp to be using the latest rabbitmq library. Pretty trivial changes to keep us in line with changes in the RabbitMQ client API
Local smoke test
All fine, except the fact that RabbitMQ is officially supposed to be available via central maven repo[1]. However, amqp-client 1.7.0 isn't available there :( [2] We can have it picked up from a different repo for now, but eventually should *prefer* central repo (when 1.7.0 becomes available there). Basically, whatever we can do to avoid the igniterealtime xmpp jar problem that we had sometime back [3] [1] http://www.rabbitmq.com/java-client.html [2] http://repo1.maven.org/maven2/com/rabbitmq/amqp-client [3] http://groups.google.com/group/liftweb/browse_thread/thread/7afb9db5427d243d/b864c743cb70b2df
