Re: Hawtio send message User name [null] or password is invalid

2015-11-19 Thread stewchicken
Hey did you get the problem solved? if yes could you please share solution with me? i have exact same problem. Thanks! -- View this message in context: http://activemq.2283324.n4.nabble.com/Hawtio-send-message-User-name-null-or-password-is-invalid-tp4676293p4704069.html Sent from the ActiveMQ

Re: Master/Slave and store and forward topic

2015-11-19 Thread gbrown
I am using static:failover:(tcp://client1:61616,tcp://client2:61616)?randomize=false=-1 A run through of the test I performed is Started all servers, Server1 S1, Server2 S2, Client1 C1 and Cleint2 C2. S1 and C1 are Master and S2 and C2 are slaves connections checked and S1 is connected to C1

Re: Master/Slave and store and forward topic

2015-11-19 Thread gbrown
Looking in HAWTIO on the C2 server the subscriber is called Durable(client1_subscriber1) the Enqueue counter only increased by 1 after failover which could be consumed. After this no more messages make to this subscriber and the counter does not increase. Hope that is the right counter. As I

Re: Master/Slave and store and forward topic

2015-11-19 Thread gbrown
Also in this test we are only testing with one subscriber. we would have more once we get it working properly. -- View this message in context: http://activemq.2283324.n4.nabble.com/Master-Slave-and-store-and-forward-topic-tp4704070p4704100.html Sent from the ActiveMQ - User mailing list

Re: Master/Slave and store and forward topic

2015-11-19 Thread Tim Bain
Your networkConnector URIs look fine. Have you run the exact same test without a failover? How is the behavior different? Are your topic subscriptions durable? So you send messages M1 with the subscriber connected and it's received (which is expected), M2 with the subscriber disconnected but

Re: ActiveMQ not able to handle message load

2015-11-19 Thread ma258110
I tried with Fail Over Transport but its the same error and out of 500 messages only 140 messages went to Queue. Below is the high level design of app. -- View this message in context:

Re: ActiveMQ not able to handle message load

2015-11-19 Thread ma258110
my clients are not disconnecting frequently bcoz one client will connect only once and stay connected for 10 mins without any disconnection. Similarly all 1000s clients will connect only once and stay connected for 10mins. So there is no chance of clients diconnecting and reconnecting

Re: Master/Slave and store and forward topic

2015-11-19 Thread gbrown
Subscription is durable. When the subscription is stopped and before we failover the messages make it to C1 and are consumed when the subscription is started. So M1 with sub started is consumed and M2, M3, M+ with sub down and then restarted are consumed before failover. With Failover M4 is