On 07/02/2008, migselv47 <[EMAIL PROTECTED]> wrote: > > Hi > Typically when connecting to WebSphere MQ it is done by denoting 'Hostname', > 'Queue Name' and 'Queue Manager Name'. Is it not possible to set a Queue > manager name when using ActiveMQ ? I can only find how to connect via a url, > or an xml-file, but in none of these a Queue Manager is mentioned ? > > I am using ActiveMQ 4.1.1 > > Can anybody help, please ?
ActiveMQ doesn't use the same queue manager abstraction of MQ. So you just connect to a broker on a port and can then access all the queues you have karma to do so on that broker. -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
