Connection Error

2018-11-14 Thread akhil
Hello , I am using Active MQ 5.13.4 and some times i am facing an issue with the client connections and i see this log in the broker level: Could not accept connection : java.lang.InterruptedException | org.apache.activemq.broker.TransportConnector I have increased ulimits on the host level

Re: Failover very slow with kahadb while restart of master is fast

2017-11-14 Thread akhil
Hi Chris , How did you solve this caching issue while your brokers standing on master slave ..? Did you put out any settings in activemq xml to startup the broker in quick time or making it quick failover ? Thanks, Akhil. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User

Re: Active mq 5.7 slave broker does not get the lock when the master is brought down

2017-03-31 Thread akhil
Thank you Tim . Using NFSV4 and not sure about the testing of NFS file lock with out activemq ? It worked before and all of a sudden when i launch , both of them are going to slave modes. i have created a new EFS mounts and tried still its going under slave. Have restarted each one of the broker

Re: Active mq 5.7 slave broker does not get the lock when the master is brought down

2017-03-30 Thread akhil
Hi Gary , I have a same setup as bala. Two brokers with common shared file storage but when the brokers are getting started up both are on slave modes. The shared file storage is not being used by any other broker. We created a new mount and tested with that , but still the two brokers are on

Re: Test-case for problem with connections not refreshing when pooled with failover

2016-09-28 Thread akhil
Hi Tim , I was having a question before but now everything seems to be fine. Yes this question is no more applicable since it got resolved and which we updated on the other post. Thanks, Akhil. -- View this message in context: http://activemq.2283324.n4.nabble.com/Timeout-and-Failover

Re: JMS exception during the Failover

2016-09-27 Thread akhil
Tim , Thank you for your suggestion. But i have tried different way now to see the result. It worked out. I have created a new maven project with only producer and consumer and the old project contains unnecessary dependencies which might have caused the issue. As soon as i have tried with the new

Re: JMS exception during the Failover

2016-09-21 Thread akhil
Hi Tim , I am sorry that one was the outdated consumer , I have changed it long time back and forgot to update the gist. Yes i have tried yourway but the same result. Thanks, Akhil. -- View this message in context: http://activemq.2283324.n4.nabble.com/JMS-exception-during-the-Failover

Re: Test-case for problem with connections not refreshing when pooled with failover

2016-09-20 Thread akhil
successfully. I really appreciate your help on this ..I have to have clues atleast what is really going on this ..!! I am using activemq version of 5.11. and tried on 5.13 as well. Thanks, Akhil. -- View this message in context: http://activemq.2283324.n4.nabble.com/Timeout-and-Failover-on-a-queue

Re: JMS exception during the Failover

2016-09-20 Thread akhil
gist log is for this scenario. Thanks, Akhil. -- View this message in context: http://activemq.2283324.n4.nabble.com/JMS-exception-during-the-Failover-tp4716047p4716660.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: JMS exception during the Failover

2016-09-20 Thread akhil
: <http://activemq.2283324.n4.nabble.com/file/n4716652/efs.png> Thanks, Akhil. -- View this message in context: http://activemq.2283324.n4.nabble.com/JMS-exception-during-the-Failover-tp4716047p4716652.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: JMS exception during the Failover

2016-09-19 Thread akhil
no issues in regards to the reconnection in failover scenario but consumer does ..any one any suggestions ..is it something real bug with a race condition or some thing we need to put it in the consumer code to avoid this failure ? Thanks, Akhil. -- View this message in context: http://activemq

JMS exception during the Failover

2016-08-31 Thread akhil
I am enabling the shared file storage for two independent brokers with the EFS mount. While i am testing the shared file storage with the two individual brokers , one of the master broker is acquiring the lock and it's working as expected in case of publishing and consuming. The client is using

How to expose ActiveMQ plugin as Mbean ?

2016-05-31 Thread akhil
Hi , I have a usecase where i am writing a custom plugin and need to expose that plugin as mbean . For this i am using the spring JMX Mbean exporter API . I can see my Mbean exposed when i define the bean in activemq.xml file and not that is part of the activemq plugin. Here is my activemq.xml

Re: How can i get Broker Service instance of the remote broker ?

2016-05-17 Thread akhil
yes , i have to have the session count because of one reason we had a very bad problem with one of the producer while performing a heavy load test where client never closed their sessions in this test and with in a short amount of time broker going down and we had the issue when we do restarts as

Re: How can i get Broker Service instance of the remote broker ?

2016-05-16 Thread akhil
Hi Tim , I am sorry i didn't explain the correct use case , what i am doing here is trying to get the total session count on the remote broker from my java client and to display on our monitoring tool. At this point i am just trying to get this with the help of region broker instance which

Re: How can i get Broker Service instance of the remote broker ?

2016-05-15 Thread akhil
Yes , the client is running as a separate process from the broker . based on what you said , i have to expose the broker service as an mbean which can run on the broker machine and through JMX i have to get that mbean and associated region broker. -- View this message in context:

Re: How can i get Broker Service instance of the remote broker ?

2016-05-14 Thread akhil
broker out of this remotebroker. I have to have the proper broker service instance with all the instance variables population with my remote broker uri then i am able to use the region broker. Thanks, Akhil. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-can-i-get-Brok

How can i get Broker Service instance of the remote broker ?

2016-05-13 Thread akhil
I have a use case where i have to get the broker service instance for the remote broker or getting the remote broker instance. I have tried in creating broker service instance and adding the remote connector uri address but thats not helping me to get the region broker and i am in need of region