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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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-
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.
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
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
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.
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
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
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
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
31 matches
Mail list logo