Jonathan,
The old syntax string is
direct://ExchangeName//DynamicQueueName?routingkey='RoutingKey'&autodelete='true'
The qpid-config output for it is
DynamicQueueName auto-del
The new syntax string is
DynamicQueueName; { create: receiver,
node:
{ type: queue,
durable: false,
x-declare:
{ auto-delete: true,
exclusive: true,
arguments:
{ 'qpid.max_count': 100,
'qpid.policy_type': ring }
},
x-bindings:
[ { exchange: ExchangeName,
queue: 'DynamicQueueName',
key: RoutingKey } ]
}
}
The qpid-config output for it is
DynamicQueueName auto-del excl -- max-queue-count=100 -limit-policy=ring
Thanks,
Liz
________________________________
From: Jonathan Robie <[email protected]>
To: [email protected]
Sent: Tue, December 7, 2010 5:18:22 PM
Subject: Re: JMS Dyname Ring Queues
Hi Liz,
Can you show me the address, using the old vs. new syntaxes? Also, can you show
the output of $ qpid-config queues, after creating the new queues with each
syntax?
Jonathan
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]