Edit permission for wiki

2012-12-17 Thread crowne
Hi, please grant my user /crowne/ permission to edit the wiki as per the instructions on the following page https://cwiki.apache.org/confluence/display/ACTIVEMQ/How+do+I+edit+the+website Regards, Neil -- View this message in context: http://activemq.2283324.n4.nabble.com/Edit-permission-for-

Re: Activemq 5.4.2 hangs when the temp disk usage is used

2012-12-17 Thread Tom Martinec
ceposta wrote > There's been a lot of re-work on the FilePendingMessageCursor (and other > areas that you touched here) since release 5.4.2 (which is about 2 yrs > old). Do you have the possibility to check with a later version of the > code > to see if that's been fixed for you? I have checked ac

Re: Lease based locker fails as slave starts when master is still up

2012-12-17 Thread Gary Tully
that does seem odd. Are the system clocks in sync on both machines? It would be interesting to get db logs to see the exact sequence of statements with values. The idea is that a lease update would fail if the slave takes over, but that does not seem to be the case on your master. It appears that

Re: 3 queues

2012-12-17 Thread Claudio Corsi
You might want to use the concept of virtual destinations with an embedded composite destination. Look at:  http://activemq.apache.org/virtual-destinations.html > > From: rischfre >To: users@activemq.apache.org >Sent: Sunday, December 16, 2012 2:33 PM >Subjec

Re: 3 queues

2012-12-17 Thread Christian Posta
Maybe something like this could help? http://activemq.apache.org/mirrored-queues.html On Sun, Dec 16, 2012 at 12:33 PM, rischfre wrote: > Hi, > > Current i have 2 queues, and what i would like to achieve is to keep those > 2 > queues but on top of that have 1 queue more with all messages from

Re: Activemq 5.4.2 hangs when the temp disk usage is used

2012-12-17 Thread Christian Posta
There's been a lot of re-work on the FilePendingMessageCursor (and other areas that you touched here) since release 5.4.2 (which is about 2 yrs old). Do you have the possibility to check with a later version of the code to see if that's been fixed for you? On Mon, Dec 17, 2012 at 6:36 AM, Tom M

Re: Activemq 5.4.2 hangs when the temp disk usage is used

2012-12-17 Thread Tom Martinec
Hello, I fixed the issue on my own. Here is the list of things I have done: 1 - On the line 219 of http://svn.apache.org/viewvc/activemq/tags/activemq-5.4.2/activemq-core/src/main/java/org/apache/activemq/broker/region/cursors/FilePendingMessageCursor.java?view=markup I unlocked the messagesLock

Re: Re-delivery of messages to a consumer

2012-12-17 Thread spam trap
On Mon, 17 Dec 2012 06:14:14 -0500, Timothy Bish wrote: >On Mon, 2012-12-17 at 09:57 +, spam trap wrote: >> We are using AcvtiveMQ CPP 3.4.4 and are using a consumer with >> INDIVIDUAL_ACKNOWLEDGE. Is there any way of getting the >> un-acknowledged messages redelivered without closing and r

Re: Re-delivery of messages to a consumer

2012-12-17 Thread Timothy Bish
On Mon, 2012-12-17 at 09:57 +, spam trap wrote: > We are using AcvtiveMQ CPP 3.4.4 and are using a consumer with > INDIVIDUAL_ACKNOWLEDGE. Is there any way of getting the > un-acknowledged messages redelivered without closing and reopening the > session? > I think session-recover might do t

Re-delivery of messages to a consumer

2012-12-17 Thread spam trap
We are using AcvtiveMQ CPP 3.4.4 and are using a consumer with INDIVIDUAL_ACKNOWLEDGE. Is there any way of getting the un-acknowledged messages redelivered without closing and reopening the session?