Failover Transport hangs forever on connection.start() in Master/Slave

2019-04-23 Thread smantri
Hi,  I have Master/Slave broker url for failover transport as follows:  (ssl://brokerurl1:61616,ssl://brokerurl2:61616)?timeout=5000=5=5   Client picks up one broker url at random, if the url picked up to connect at random is slave, the call hangs forever at connection.start(). Above mentioned

Re: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Luc Hebert
Great! Thanks alot. It works now. *---* *Luc Hebert* Software Developer | Symboticware Incorporated *Phone: (800) 519-5496 ext. 118* Website: www.symboticware.com On Tue, Apr 23, 2019 at 1:59 PM Jim Gomes wrote: > Thanks, Justin. That's working for me now. Had to hit the refresh button a

Re: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Jim Gomes
Thanks, Justin. That's working for me now. Had to hit the refresh button a couple of times to get my cache cleared out. How about you, Luc? On Tue, Apr 23, 2019, 9:43 AM Justin Bertram wrote: > Try it now. > > > Justin > > On Tue, Apr 23, 2019 at 10:49 AM Luc Hebert > wrote: > > > Hi Jim, > >

Re: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Justin Bertram
Try it now. Justin On Tue, Apr 23, 2019 at 10:49 AM Luc Hebert wrote: > Hi Jim, > Yeah drilling down to the API being broken is what I'm referring to. > > Luc > > On Tue., Apr. 23, 2019, 11:18 a.m. Jim Gomes, wrote: > > > Hi Luc, > > > > The link you posted seems to be working for me,

Re: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Luc Hebert
Hi Jim, Yeah drilling down to the API being broken is what I'm referring to. Luc On Tue., Apr. 23, 2019, 11:18 a.m. Jim Gomes, wrote: > Hi Luc, > > The link you posted seems to be working for me, however, if I drill down a > little further, I do see that the generated API pages are not showing

AMQPMessage missing ApplicationProperties from custom transformer

2019-04-23 Thread ldebello
We are working with Artemis 2.6.3 and we are trying to move to 2.7.0 after doing a quick test we found an issue introduced in 2.6.4. I have created the following Jira and PR: Jira: https://issues.apache.org/jira/browse/ARTEMIS-2316 PR: https://github.com/apache/activemq-artemis/pull/2634 I

Re: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Jim Gomes
Hi Luc, The link you posted seems to be working for me, however, if I drill down a little further, I do see that the generated API pages are not showing up. https://activemq.apache.org/components/nms/nms-api Is this what you are referring to? Best, Jim On Tue, Apr 23, 2019, 7:53 AM Luc Hebert

Fwd: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Luc Hebert
Hello, The ActiveMQ NMS Documentation Links appear to be broken, could anyone point me to working documentation for this please? https://activemq.apache.org/components/nms/documentation *---* *Luc Hebert*

Re: Kahadb journal logs only deleted when activemq restarts

2019-04-23 Thread TC
I strongly believe these MyEventQueue1 and MyEventQueue2 queues messages are consumed successfully . As indicated, there are many duplicates messages detected for the same queue which resulted in DLQ. I deployed the broker DLQ plugin (discardingDLQBrokerPlugin) to discard all the messages. I