Closed (fixed)
Project:
Message Broker
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2014 at 11:10 UTC
Updated:
14 Nov 2014 at 10:24 UTC
Jump to comment: Most recent
Comments
Comment #1
georgwaechter commentedHi Oscar,
this sounds useful - especially in conjunction with dead letter exchanges as documented in https://www.rabbitmq.com/dlx.html.
I have slightly modified your code, because "nacking" is amqp specific, so i moved the definition of the exception class into the amqp module. Can you have a look at the latest dev release and check whether it works as expected for you?
(the new dev release should appear in a few hours)
thanks
georg
Comment #2
omllobet commentedHi Georg,
I'll test the dev version this week and get back to you.
Thanks
Oscar
Comment #3
omllobet commentedHi Georg,
I've been testing the dev version and it does not work, you need to add
to the file "message_broker_amqp/message_broker_amqp.drush.inc"
Thanks!
Oscar
Comment #4
georgwaechter commentedHi Oscar,
ah yes, I forgot this very important line *g sorry.
This is now fixed, the 1.2 version is released.
Georg