On 7/6/07, happyAMQ <[EMAIL PROTECTED]> wrote:

Hi,
Is it possible to create temporary destinations with a given name,  instead
of having ActiveMQ creating a name?

For example,
createTemporaryQueue("My.Chosen.Name");

No. Temporary queues have to be unique to the entire JMS network to a
specific connection; otherwise clashes could occur.

If its a temporary thing, why do you care what the name is btw?

Otherwise why not just create a regular destination and zap it when you want?
--
James
-------
http://macstrac.blogspot.com/

Reply via email to