ActiveMQ slave broker opening it's connector

2015-04-27 Thread khandelwalanuj
Hi, Using ActiveMQ-5.11.1. Topology : [shared-storage-master-slave ] with kahadb Kahadb store location is on NFS. Yesterday we faced a strange issue where suddenly failover broker opened it's transport connector and started accepting connections. Both primary and failover were serving the

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-04-27 Thread xabhi
ActiveMQ has changed the name of the default persistent adapter from 0 to #210 in ActiveMQ 5.11.1. ActiveMQ v5.11.1 will not read messages from 0 directory as there is no persistence adapter defined for that and hence they are kind of lost. Thanks, Abhi -- View this message in context:

Re: ActiveMQ master-slave topology issue[BUG]

2015-04-27 Thread khandelwalanuj
And even in master broker's log, there were no activity for the same time.. What could cause this ? started. [20150425 08:03:19.893 EDT (ActiveMQ Journal Checkpoint Worker) org.apache.activemq.store.kahadb.MessageDatabase#checkpointUpdate 1517 DEBUG] - Checkpoint started. [20150425

Re: ActiveMQ slave broker opening it's connector

2015-04-27 Thread Tim Bain
What was in the primary broker's log at the same time? Were there any indications of problems with NFS or the network? On Apr 27, 2015 1:51 AM, khandelwalanuj khandelwal.anu...@gmail.com wrote: Hi, Using ActiveMQ-5.11.1. Topology : [shared-storage-master-slave ] with kahadb Kahadb store

Re: ActiveMQ master-slave topology issue[BUG]

2015-04-27 Thread Tim Bain
Are the log lines actually out of order in the file itself, or did you reorder them when posting this question? On Apr 27, 2015 1:54 AM, khandelwalanuj khandelwal.anu...@gmail.com wrote: And even in master broker's log, there were no activity for the same time.. What could cause this ?

Re: DLQ, cause:null

2015-04-27 Thread James Green
See in-line. On 26 April 2015 at 05:37, Tim Bain tb...@alumni.duke.edu wrote: James, The prefetch buffer is a buffer of messages in the ActiveMQ code in the client process that holds messages that have been dispatched from the broker to the client but that haven't yet been handed over to

Re: NMS versioning and NuGet

2015-04-27 Thread Timothy Bish
On 04/27/2015 12:13 PM, rjrizzuto wrote: http://activemq.apache.org/nms/ lists the latest Apache.NMS.ActiveMQ as 1.6.1, the version I just downloaded using NuGet is 1.6.3.3483, and there is 1.6.5 in https://archive.apache.org/dist/activemq/apache-nms/1.6.0/ and a 1.7.0 in

Re: ActiveMQ - WebSphere MQ JMS Bridge Issue

2015-04-27 Thread Tim Bain
So while WebSphereMQ is stopped and there are messages in the queue but no additional messages being sent, you see the inflight message count going up every 30 seconds? That sounds really strange. While that's happening, how many connected consumers do the JMX beans show via JConsole or similar

Re: DLQ, cause:null

2015-04-27 Thread Tim Bain
On Mon, Apr 27, 2015 at 7:30 AM, James Green james.mk.gr...@gmail.com wrote: See in-line. On 26 April 2015 at 05:37, Tim Bain tb...@alumni.duke.edu wrote: James, The prefetch buffer is a buffer of messages in the ActiveMQ code in the client process that holds messages that have been

ActiveMQ - WebSphere MQ JMS Bridge Issue

2015-04-27 Thread contactmsn
Hi, I am new t0 ActiveMQ(5.9.0,5.10.0). I am trying to create a JMS Bridge between ActiveMQ and WebSphereMQ which i was able to do this successfully. I am able to send and receive messages in Active MQ and WebSphere MQ. But messages are not delivered from ActiveMQ if there is some time delay in

ActiveMQ integration with WebSphere MQ

2015-04-27 Thread shanseenu
Hi All We use ActiveMQ JMS-MQ bridge to connect remote WMQ server. We have issue when there is an outage for remote WMQ. ActiveMQ JMS-MQ Bridge is not able to deliver the backlog messages when the connections are restored. Test scenario is 1. Stop the remote WMQ server. (ActiveMQ will start

NMS versioning and NuGet

2015-04-27 Thread rjrizzuto
http://activemq.apache.org/nms/ lists the latest Apache.NMS.ActiveMQ as 1.6.1, the version I just downloaded using NuGet is 1.6.3.3483, and there is 1.6.5 in https://archive.apache.org/dist/activemq/apache-nms/1.6.0/ and a 1.7.0 in https://archive.apache.org/dist/activemq/apache-nms/1.7.0/. I am

ActiveMQ - 5.4.3: Set usernames and passwords.

2015-04-27 Thread gokhaled89
Hello, Currently ActiveMQ server accepts any username, password I supply from ActiveMQConnectionFactory. How do I configure? I followed this http://activemq.apache.org/security.html link but with no luck. Please help. -- View this message in context:

Activemq list of queues NMS .NET

2015-04-27 Thread gokhaled89
How do I get list of queues and topics using ActiveMQ NMS ( .NET ). Getting the list in JAVA is simple. But what about .NET. Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-list-of-queues-NMS-NET-tp4695682.html Sent from the ActiveMQ - User mailing list

Re: Network of Brokers recommendations

2015-04-27 Thread James A. Robinson
Hi, Thanks for the reply. My earlier distinction was sloppy, I ought to have written something like 'partially connected mesh' vs. a complete graph. I was trying to distinguish between a topology where nodes are only connected to immediate neighbors, and therefore may always be required to

Re: ActiveMQ topic: Messages are not delived to a client

2015-04-27 Thread khandelwalanuj
Hi Tim, Yes. 3 consumers were connected to that topic out of which two were durable and one(this) was non-durable. I have jconsole monitoring for the broker and from jconsole I can see that all enqueued message were received by the durable consumers but some messages were missing for

Re: ActiveMQ master-slave topology issue[BUG]

2015-04-27 Thread khandelwalanuj
Hi, I got the logs in this order only and after further checking the system I got to know that NFS(where we put kahadb and broker logs) was slow during that time. I can understand the delay in logs or I/O operations are slow during that time but it does not justify why failover also open it's

Re: ActiveMQ - 5.4.3: Set usernames and passwords.

2015-04-27 Thread gokhaled89
I made the change in the activemq-security.xml inside conf/. simpleAuthenticationPlugin users authenticationUser username=admin password=admin groups=admins/ /users /simpleAuthenticationPlugin I removed other