I am trying to create jms local queues on each server in a cluster
(Each server has a JMS Server). I was hoping to name each queue
same. However, after creating the first queue, second queue cannot
be referenced (or atleast I dunno how).
I tried <DomainName>!<QueueName> thinking '!' would force search on
the parent name; but that does not work...
Any ideas? I tried to read the old posts as well as FAQ; but did not
find my answer.
--
wlsh MotiveDomain:/> cd /JMSQueue/AmarTestQueue
more than one directory were found with the
name: /JMSQueue/AmarTestQueue
(use ls -l or dir -l to display the long name for directories)
please specify one of the following directories:
drwx AmarTestQueue
drwx JMSServer_express_7004!AmarTestQueue
--
BTW, "cd JMSServer_express_7004!AmarTestQueue" works! But I really
need to set parent for the other newly created Queue :-(
I am on 2.0.2 version.
Thanks for any help,
-Amar.