Profile_bird

Hey there! bunny_amqp is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving bunny_amqp's tweets.

Already using Twitter
from your phone? Click here.

bunny_amqp

  1. @namelessjon I'll ask a question in RabbitMQ mailing list. This needs clarification. Thanks for bringing it to my attention.
  2. @namelessjon 0-9-1 spec XML says re. passive - "...When set, all other method fields except name and no-wait are ignored..."
  3. @namelessjon either that or server implementation limitation. Checking 0-9-1 spec. 0-8 is unclear
  4. @namelessjon Looks like spec limitation, because I get 503 error if type not specified for raw declare
  5. @namelessjon I'll just run a quick script to test. Back in a little while
  6. @namelessjon Yup, you're right, can't re-declare a named exchange in separate Bunny sessions without knowing the type.
  7. @namelessjon Ah! Sorry, just remembered that would be getting the exchange from internal array in Bunny. My bad :/
  8. @namelessjon I did a quick test in IRB. This is what I did - http://pastie.org/715467
  9. @namelessjon Which version of Bunny are you using? I tested using v0.6.0
  10. @namelessjon try my_client.exchange('name', :passive => true)
  11. Feel like learning about something new or supplementing existing knowledge? Why not take in a lecture? http://academicearth.org/
  12. @samullen Time - never enough :) Glad you made some progress. If you need any help give me a shout.
  13. @samullen How did you get on with bunny?
  14. Just flogged the Bunny code. It told me what I already knew - time to address complexity in a number of areas
  15. RT @rabbitmq: RabbitMQ 1.7.0 released! http://bit.ly/6tCkV
  16. Bunny v0.6.0 is now available from Rubyforge and Gemcutter. GitHub has the files but gem unavailable via rubygems. Hope you like it :) #amqp
  17. Doing some pre-flight checks before launching Bunny v0.6.0 (formerly known as 0.5.4) - see mailing list for renumbering rationale #amqp
  18. Just signed up to gemcutter - http://gemcutter.org - likin' it
  19. Sometimes you just have to get busy with a no-nonsense trollop - http://trollop.rubyforge.org/
  20. Bunny v0.5.4.rc2 available from GitHub - http://github.com/celldee/bunny/downloads - consider the code frozen except for critical bug fixes