From bunny-amqp-devel at rubyforge.org Fri Apr 24 16:30:51 2009 From: bunny-amqp-devel at rubyforge.org (Bunny AMQP client mailing list) Date: Fri, 24 Apr 2009 21:30:51 +0100 Subject: [bunny-amqp-devel] [ANN] Bunny v0.0.8 has been released Message-ID: The latest version of the Bunny synchronous AMQP Ruby client has been released. Please give it a try and let me know how you get on. There is some information on GitHub - http://github.com/celldee/ bunny/ to get you started. Regards, Chris Duncan From bunny-amqp-devel at rubyforge.org Fri Apr 24 20:54:17 2009 From: bunny-amqp-devel at rubyforge.org (Bunny AMQP client mailing list) Date: Fri, 24 Apr 2009 17:54:17 -0700 (PDT) Subject: [bunny-amqp-devel] No headers exchange in RabbitMQ v1.5.4? Message-ID: <044cb8e6-81fe-493c-954a-4a5ed2ca36a6@j18g2000yql.googlegroups.com> It seems that there is no longer a headers exchange type implemented in RabbitMQ v1.5.4, although I have no confirmation of my assertion. When I list_exchanges using 'rabbitmqctl' there is no 'amq.match' exchange to be seen and when I try to instantiate an exchange of type 'headers' my program complains and receives an error from the Rabbit. From bunny-amqp-devel at rubyforge.org Sat Apr 25 06:20:58 2009 From: bunny-amqp-devel at rubyforge.org (Bunny AMQP client mailing list) Date: Sat, 25 Apr 2009 03:20:58 -0700 (PDT) Subject: [bunny-amqp-devel] No headers exchange in RabbitMQ v1.5.4? In-Reply-To: <044cb8e6-81fe-493c-954a-4a5ed2ca36a6@j18g2000yql.googlegroups.com> References: <044cb8e6-81fe-493c-954a-4a5ed2ca36a6@j18g2000yql.googlegroups.com> Message-ID: This has now been confirmed by Matthias at LShift. There is indeed no headers exchange implemented in v1.5.4. Regards, Chris Duncan On Apr 25, 1:54?am, Bunny AMQP client mailing list wrote: > It seems that there is no longer a headers exchange type implemented > in RabbitMQ v1.5.4, although I have no confirmation of my assertion. > When I list_exchanges using 'rabbitmqctl' there is no 'amq.match' > exchange to be seen and when I try to instantiate an exchange of type > 'headers' my program complains and receives an error from the Rabbit. > _______________________________________________ > bunny-amqp-devel mailing list > bunny-amqp-de... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/bunny-amqp-devel From bunny-amqp-devel at rubyforge.org Mon Apr 27 08:26:54 2009 From: bunny-amqp-devel at rubyforge.org (Bunny AMQP client mailing list) Date: Mon, 27 Apr 2009 13:26:54 +0100 Subject: [bunny-amqp-devel] [ANN] New release of Bunny v0.1.1 Message-ID: I am pleased to announce a new release of Bunny, a synchronous Ruby AMQP client. The highlights are a new Queue#subscribe method and Queue#ack method so that you can acknowledge received messages. You can get it from Rubyforge - http://rubyforge.org/projects/bunny- amqp or GitHub - http://github.com/celldee/bunny Regards, Chris From bunny-amqp-devel at rubyforge.org Wed Apr 29 09:41:41 2009 From: bunny-amqp-devel at rubyforge.org (Bunny AMQP client mailing list) Date: Wed, 29 Apr 2009 14:41:41 +0100 Subject: [bunny-amqp-devel] New Bunny example Message-ID: <39B68E95-E3B3-4883-8806-3BB39536F379@gmail.com> There is now a new example called 'simple_topic.rb' in the examples folder on GitHub (http://github.com/celldee/bunny). If you want to see a basic example of working with a topic exchange then have a look at it. Regards, Chris From bunny-amqp-devel at rubyforge.org Thu Apr 30 05:14:17 2009 From: bunny-amqp-devel at rubyforge.org (Bunny AMQP client mailing list) Date: Thu, 30 Apr 2009 10:14:17 +0100 Subject: [bunny-amqp-devel] Queue#subscribe and Queue#unsubscribe Message-ID: <58FA9CCA-46A7-4544-99D7-14CA74407165@gmail.com> The Queue#subscribe method should now work as it was intended. There is also a Queue#unsubscribe method. To see a simple example of their use please see 'examples/simple_consumer.rb' and 'examples/ simple_publisher.rb' on GitHub - http://github.com/celldee/bunny Please let me know if you have any issues so that they can be resolved before the next release. Regards, Chris