Hi, I'm trying to set up qpid broker-J so that each of my queues gets a DLQ/alternate Binding. I'm using an auto create policy to have queues dynamically created on first use by a JMS client.
Unfortunately I haven't found a way to accomplish this. Ideally I'm looking for something similar to the deadLetterStrategy in ActiveMQ, where I can configure a prefix in one global setting that gets used to set up and name DLQs. As described here:http://activemq.apache.org/message-redelivery-and-dlq-handling Is there anything similar in QPid? What would be the alternative? Use AMQP management calls from the client to create my queues and setup alternateBindings? Thanks Timo -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
