Re: MKahaDB Configure To use One Adapter Per Queue

2011-12-16 Thread Johan Edstrom
+1 on that, good idea! On Dec 16, 2011, at 4:55 PM, Gary Tully wrote: > That is not possible at the moment but would be a sensible enhancement. Can > you raise that in jira? > On 16 Dec 2011 16:41, "greenbean1" wrote: > >> Is there a way to configure the MKahaDB adapter to use one adapter per >

Re: MKahaDB Configure To use One Adapter Per Queue

2011-12-16 Thread Gary Tully
That is not possible at the moment but would be a sensible enhancement. Can you raise that in jira? On 16 Dec 2011 16:41, "greenbean1" wrote: > Is there a way to configure the MKahaDB adapter to use one adapter per > queue > without having to explicitly lists all of the queues? Our queues are >

RE: Web Console Availability and master-slave brokers with shared file system

2011-12-16 Thread Allen Reese
Try: -Dwebconsole.jms.url=failover:\(tcp://serverA:61616,tcp://serverB:61616\) The ('s probably have to be escaped. --Allen Reese > -Original Message- > From: costas.sterpis [mailto:constantinos.ster...@gmail.com] > Sent: Wednesday, December 14, 2011 6:27 AM > To: users@activemq.apache.

Re: MKahaDB Configure To use One Adapter Per Queue

2011-12-16 Thread greenbean1
Is there a way to configure the MKahaDB adapter to use one adapter per queue without having to explicitly lists all of the queues? Our queues are numerous and dynamic in nature, and it would be painful to have to list these in the configuration. -- View this message in context: http://activemq.

Reply:Broker Networks and duplicate message delivery

2011-12-16 Thread SuoNayi
The message will be deleted from messge store of the broker after the broker forwarded the message to others. At 2011-12-16 02:47:30,techbuddy wrote: >Hi, > >As I understand,broker networks could be configured with bidirectional >message push for cross-geographic fail over of message processi

Reply:Broker Networks and duplicate message delivery

2011-12-16 Thread SuoNayi
The key point is that a message can only stay a broker at anytime. At 2011-12-16 02:47:30,techbuddy wrote: >Hi, > >As I understand,broker networks could be configured with bidirectional >message push for cross-geographic fail over of message processing through >the store-and-forward method. So,