On 8/1/06, agrabil <[EMAIL PROTECTED]> wrote:
Thanks Rob.  BTW, I just thought that the implementation I provided may be
improved to support backward compatability, and so as to not require the
localQueueName attribute.  E.g.:

                ...
                String localQueueName = bridge.getLocalQueueName();
                if ((localQueueName == null) || (localQueueName.length() <=
0)) {
                     localQueueName = bridge.getOutboundQueueName();
                }
                Queue
activemqQueue=createActiveMQQueue(localSession,localQueueName);
                ...

Of course, maybe you already thought of this! ;-)

Thanks again, and I'm glad I could help.  I really needed this to work so I
can migrate from SwiftMQ to ActiveMQ!

Its nice to hear from a SwiftMQ -> ActiveMQ switcher :)
--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to