Re: Pure Master/Slave config. Synchronization of messages?

2011-04-13 Thread nnprasad
I think your URI is having a timeout parameter of 10 sec...take it out, your SENDing process will reconnect immediately default value for that is -1, good one. -- View this message in context: http://activemq.2283324.n4.nabble.com/Pure-Master-Slave-config-Synchronization-of-messages-tp3442845p3

Re: Pure Master/Slave config. Synchronization of messages?

2011-04-13 Thread nnprasad
failover:(tcp://master-IP:63616,tcp://slave-1-IP:63616, tcp://slave-2-IP:63616)?randomize=false if randamize...after master failure, you can not tell which slave will startover, if false, it will pick up in sequence, if you have only one slave...no need of it. -- View this message in context: h

RE: Messages stuck in queue

2011-04-13 Thread nnprasad
Yes / No...because I am not sure.. I was also getting this Exception but not because of Illegal Argument Exception, But the Same Async Error Occured...it was because of javax.jms.JMSException: Unmatched acknowledge: MessageAck {commandId = 2158, responseRequired = false, ackType = 2, consumerId

Re: Messages stuck in queue

2011-04-13 Thread nnprasad
But there a confusion in lernen.2007's previous reply message that he could reproduce the problem How can a producer get messages when you shutdown a consumer. The description of the problem is "When a consumer is active and eagerly looking for messages, AMQ queues won't deliver messages that we

Re: Force a failover re-randomize?

2011-04-13 Thread nnprasad
The link which Gary gave..saying "It might make sense to restrict the lifetime of connections in a connection pool, so that once in a while the connection is refreshed providing a chance of connection load balancing over a network of brokers." and here the main poster of this message told that h

Re: Force a failover re-randomize?

2011-04-12 Thread nnprasad
Hi, I think you can use updateClusterClients="true" and rebalanceClusterClients="true" options in your tag. provided if you are using 5.4.X Thank You, Nag. -- View this message in context: http://activemq.2283324.n4.nabble.com/Force-a-failover-re-randomize-tp3445497p3445529.html Sent from the

Re: Stuck messages - Dispatch issues

2011-04-12 Thread nnprasad
We have been experiencing the same Issue and using 5.2.0. Recently upgraded to 5.4.2 because of this, But I am Not Sure this has been fixed. Responding to Rob Davis Post.. I think nothing to suspect with Spring here, because when this is happening I tried hitting the same queue with a new simpl

Re: Pure Master/Slave config. Synchronization of messages?

2011-04-12 Thread nnprasad
What Version of ActiveMQ you are using ? What is your Client Failover URI ? Look in conf folder for credentials.properties file and give those details in slave authentication xml file. Otherwise go like this ONLY in your SLAVE configuration... Try witho

Re: Can I use Active MQ in this Regard?

2011-04-08 Thread nnprasad
Matt gave you a very good answer, Here is another in other angle. Hope you know what a DATABASE is...so I am starting with a queue Queue: Is a virtual "post box" (just like in our post office) maintained in ActiveMQ's JVM, with which you register as a user(Consumer). So the senders will send lett

Error occured while processing async command

2011-04-07 Thread nnprasad
Can Some One please Explain the reason for this... in activemq.log 2011-04-07 15:53:48,414 | DEBUG | Error occured while processing async command: MessageAck {commandId = 2418, responseRequired = false, ackType = 2, consumerId = ID:dwdappq07pw-28560-1302110883972-0:5:2:1, firstMessageId = null, l

Re: Can I use Active MQ in this Regard?

2011-04-07 Thread nnprasad
He Meant that the "sending message" process is very quick and it is a asynchronous call. as it is very quick, once after user clicks on send button / submit button...the control will return to the user form with in no time, and the user will be ready to send other request/message. -Nag. -- View

Re: Messages stuck in queue

2011-04-07 Thread nnprasad
But in the link http://activemq.apache.org/what-is-the-prefetch-limit-for.html it is stated that "When using Spring JMS and MessageDrivenPojo, you cannot use a prefetch of 0, so use 1 instead." and we are using 1 for prefetch. -Nag. -- View this message in context: http://activemq.2283324

Re: Messages stuck in queue

2011-04-07 Thread nnprasad
Hi Gary, I am trying my level best to give you right inputs. Please go through the below link where at the last I provided a scenario http://activemq.2283324.n4.nabble.com/Message-stuck-on-queue-td3338786.html#a3341660 when that scenario was happening I captured the log and he

Re: Messages stuck in queue

2011-04-07 Thread nnprasad
No Guys, till yesterday, we have been facing the same problem with 5.2.0 version and upgraded to 5.4.2. After reading your posts, I am really afraid how we can survive in production, Please look into this issue links i created. http://activemq.2283324.n4.nabble.com/Message-stuck-on-queue-td3338

RE: ActiveMQ Memory Usage is going up when there is no activity

2011-04-05 Thread nnprasad
That is because couple times I ran into Out Of Memory Errors and my Active MQ died, for the second time i captured the screen shot and pasted. I attached my ActiveMQ.XML already and the help I am seeking is to find out any wrong configurations I did / and to decide optimal JVM / Memory Limits I

ActiveMQ Memory Usage is going up when there is no activity

2011-04-04 Thread nnprasad
http://activemq.2283324.n4.nabble.com/file/n3426037/ActiveMQMemory.jpg http://activemq.2283324.n4.nabble.com/file/n3426037/AMQ-Heap-GC.jpg http://activemq.2283324.n4.nabble.com/file/n3426037/AMQ-OutofMemory.jpg http://activemq.2283324.n4.nabble.com/file/n3426037/AMQ-GC.ppt AMQ-GC.ppt http://act

Active MQ admin + Moving All Messages in a queue to another queue at once

2011-03-29 Thread nnprasad
Currently we have an option for moving A message to another queue / topic. Is there any option to move ALL messages in a queue to another queue? How about having a new page directed from queues.jsp to Move all messages in a queue to another queue Input: From Queue, To Queue, No.of messages to mov

Re: Consumers threads get blocked

2011-03-29 Thread nnprasad
Hi, Yes "After awhile" this is happening, but my scenario is little different, Please support my links so that every one will get attention on this, I crated a BLOCKER too, but no hits. http://activemq.2283324.n4.nabble.com/ActiveMQ-5-2-0-transport-stops-responding-td3385271.html#a3385677 htt

RE: ActiveMQ 5.2.0 transport stops responding

2011-03-17 Thread nnprasad
Yes / No I tried with 5.4.2, and I faced this problem once. I was kind of frustrated and created an issue in 5.4.2. https://issues.apache.org/jira/browse/AMQ-3225 Thank You, Nag From: matias.giorgio [via ActiveMQ] [mailto:ml-node+338-1050912111-210...@n4.

Re: ActiveMQ 5.2.0 transport stops responding

2011-03-17 Thread nnprasad
I have been CRY'ing on this issue on this forum and and on FUSE forum too...But no one is responding... Ref:- http://fusesource.com/forums/thread.jspa?threadID=2795&tstart=0 http://activemq.2283324.n4.nabble.com/Strange-Issue-Particular-Queue-Not-sending-Msgs-to-Consumer-tt3331634.html h

RE: Message stuck on queue : Providing test Case

2011-03-14 Thread nnprasad
ActiveMQ 5.2.0, Persistent, Failover transport over tcp, Oracle 10g, windows 2003 server R2 SP2. Test Program, non persistent, windows xp sp 3. Explaining the scenario in short: 1. message -1067 was posted to master ActiveMQ to 61716 Consumer was listening on Master ActivveMQ 2. Something hap

RE: Message stuck on queue : Providing test Case

2011-03-14 Thread nnprasad
To give more clear clarity explanation I am attaching my scenario in a word file and uploading to this post http://activemq.2283324.n4.nabble.com/file/n3354761/Message_Struck_-_Scenario.doc Message_Struck_-_Scenario.doc Thank You, Nag. -- View this message in context: http://activemq.2283324.n4

Re: Async error occurred Can not remove a consumer from a session not regd

2011-03-14 Thread nnprasad
Please have a look at "updateClusterClients", "updateClusterClientsOnRemove" Bruce Snyder's Blog may also help you:: http://bsnyderblog.blogspot.com/2010/10/new-features-in-activemq-54-automatic.html New Features in ActiveMQ 5.4.x http://bsnyderblog.blogspot.com/2010/01/how-to-use-automatic-

Re: ActiveMQ-5.4.2 failover not working correctly

2011-03-08 Thread nnprasad
This link may give some info: https://issues.apache.org/jira/browse/AMQ-2764 AMQ-2764 -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-4-2-failover-not-working-correctly-tp3341700p3341954.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ-5.4.2 failover not working correctly

2011-03-08 Thread nnprasad
Am I using it in wrong way? My two ActiveMQ Brokers listening on 61616, 62616 (Openwire tcp URI) And My application has a failover URI like this amq.broker.url=failover:(tcp://0.0.0.0:61616,tcp://0.0.0.0:62616)?randomize=false&jms.prefetchPolicy.all=1 Am I using it in a efficiant way...Can y

Re: ActiveMQ-5.4.2 failover not working correctly

2011-03-08 Thread nnprasad
Hi, That is working for me fine. I have little different scenario (minus network connectors) I have two ActiveMQ-5.4.2 installed on my local machine as different windows XP services, For Persistence Both Pointing same Oracle schema and I started one by one. The second one is waiting for a lock

Re: Message stuck on queue : Same Issue Both 5.2.0 and 5.4.2

2011-03-07 Thread nnprasad
Hi Krishna, your first post was still pending, hope with no reason Even I am facing the same Issue, But with ActiveMQ 5.2.0, Windows 2003 Server R2 SP2, Persistent with Oracle 10g. Not you are facing it in Active MQ 5.4.2, I am suggesting an upgrade to my project to 5.4.2 because of this issue.

Async error occurred: javax.jms.JMSException: Unmatched acknowledege: MessageAck ... Expected message count (1) differs from count in dispatched-list (4208) Expected message count (1) differs from c

2011-03-04 Thread nnprasad
Hi, Can Some help me to find out the reason / fix this ERROR message. I could not figure out the in what scenario this is happening. http://activemq.2283324.n4.nabble.com/file/n3335978/activemq.xml activemq.xml When the Queue size growing larger than 50,000, we are seeing this ERROR in logs, and

RE: Issue with ActiveMQ Admin - Queue Browser

2011-03-02 Thread nnprasad
Admin - Queue Browser a browse is limited to the destination maxPageSize or maxBrowsePageSize, both of which are configured via a destination policy. On 2 March 2011 14:55, nnprasad <[hidden email]> wrote: > Can Some one help on this? This issue giving me hard time. > > My Act

Strange Issue - Particular Queue Not sending Msgs to Consumer.

2011-03-02 Thread nnprasad
As no one looked at this issue https://issues.apache.org/jira/browse/AMQ-1751 https://issues.apache.org/jira/browse/AMQ-1751 I am Posting here, Can some one please help My Environment:: ActiveMQ 5.2.0 - PERSISTENT MODE, Windows 2003 Server, Oracle 10 I have successful simple producer and cons

Issue with ActiveMQ Admin - Queue Browser

2011-03-02 Thread nnprasad
Can Some one help on this? This issue giving me hard time. My Active MQ is 5.2.0, Message Mode: Persistent, Windows/Oracle Available Messages in ACTIVEMQ_MSG table total = 1961 On a particular queue name "UIMErrorTaxBPMQueueQAT" 1041 Messages (Admin queues.jsp is also showing the same number