Review Board 1.5.4

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
Ship it!
Posted 2 years, 1 month ago (January 5th, 2010, 2:47 a.m.)
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
  1. I agree... had actually already checked the main repo before finding that one to use :-) Give it a few weeks / months and im sure it'll be in central.
    
    Cheers, Tim
  2. Right. Let's just put this in the master (have marked 'Ship it'). And then in a few weeks we can just remove the additional repo. If it helps, we can keep the ticket open just to remind ourselves to check back in a few weeks.
  3. Pushed to master. Sweet.