persistent message missing to a durable subscriber when it reconnects(restarts)

2013-03-25 Thread Jaewoong Choi
Hi, I encountered a problem that a persistence message is not dispatched but missing to a durable subscriber, especially when the subscriber reconnects(restarts). Here's the test environment, the scenario and the problem. *test env* ActiveMQ 5.7.0/jdk 1.6 All configurations are not touched to be

Re: Re:Re: Re:Re: Re:Re: Re:Re: ActiveMQ 5.8.0 Issue with HTTP Connector

2013-03-25 Thread yogu13
Hi , First, Thank you for your time...I do not think directly connecting to MQ and dropping the message should be a problem as to my understanding it should still go through the kahadb store via openwire (exception trace) which in this case is throwing the exception. Unless you marked the message

Re:Re: Re:Re: Re:Re: Re:Re: ActiveMQ 5.8.0 Issue with HTTP Connector

2013-03-25 Thread SuoNayi
I'm Sorry for that I'm using the Java client to send the message. I never use Servlet to send messages but I can have a try if I have free time. At 2013-03-25 20:16:25,yogu13 wrote: >Hi SyoNayi, > >Can you attach your code? > >Regards, >-Yogesh > > > >-- >View this message in context: >http://

Re: activemq-cpp with -m32 flag

2013-03-25 Thread mah
I would have tried ./configure --libdir=/usr/lib CXXFLAGS="-m32" before hand hacking the autogenerated files. Seems to work, except for the CXXFLAGS="-m32" still had to manually put those in. still saved a bit of work -- View this message in context: http://activemq.2283324.n4.nabble.com/

Re: AMQ_SCHEDULER_ACTION_BROWSE returns incomplete list

2013-03-25 Thread Christian Posta
Maybe you can open a JIRA? On Mon, Mar 25, 2013 at 6:31 AM, jliezers wrote: > Might have the answer. > > I'm pretty sure my scheduled messages are (incorrectly) being submitted > using a SpringJMSTemplate where timeToLive= 3 hours. > > 3 hours after submission they are no longer browsable using

Re: ActiveMQ NMS API - 404 message

2013-03-25 Thread Timothy Bish
On 03/25/2013 12:00 AM, Sebastian Rodriguez wrote: Hi, I'm trying to access the NMS API ( http://activemq.apache.org/nms/nms-api.html ). But all the links seem down. Do you know where I can find the latest Apache.NMS.ActiveMQ API documents? Thanks, --- Sebastien Rodriguez I believe the API docs

Intermittent problem: only a few message consumers receiving/processing messages

2013-03-25 Thread Alexandre Normand
Hi, We've been having this issue 3 times now where we have only a few message consumers processing messages. Since our usage pattern is a low-number of messages but with long processing times, we effectively have contention because we aren't using more than a few message consumers to process messag

Re: Fwd: Activemq-C

2013-03-25 Thread Timothy Bish
On 03/25/2013 10:04 AM, Jason Armstrong wrote: Dear ActiveMQ users After not finding activemq-c in the svn repository for 3.5.0, I see that it is also not included in 3.6.0. I just need to know, is this an oversight, or will it not be supported at all in the future? Regards A more complete a

Fwd: Activemq-C

2013-03-25 Thread Jason Armstrong
Dear ActiveMQ users After not finding activemq-c in the svn repository for 3.5.0, I see that it is also not included in 3.6.0. I just need to know, is this an oversight, or will it not be supported at all in the future? Regards -- Jason Armstrong -- Forwarded message -- From:

Re: AMQ_SCHEDULER_ACTION_BROWSE returns incomplete list

2013-03-25 Thread jliezers
Might have the answer. I'm pretty sure my scheduled messages are (incorrectly) being submitted using a SpringJMSTemplate where timeToLive= 3 hours. 3 hours after submission they are no longer browsable using AMQ_SCHEDULER_ACTION_BROWSE but they remain visible on the admin console scheduled messa

Re: Re:Re: Re:Re: Re:Re: ActiveMQ 5.8.0 Issue with HTTP Connector

2013-03-25 Thread yogu13
Hi SyoNayi, Can you attach your code? Regards, -Yogesh -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-8-0-Issue-with-HTTP-Connector-tp4664876p4665101.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

AMQ_SCHEDULER_ACTION_BROWSE returns incomplete list

2013-03-25 Thread jliezers
I'm making good use of the ActiveMQ 5.6 scheduled message feature. schedulerSupport="true" and my complete scheduled message list appears as expected on the "Scheduled" page when I view usings the ActiveMQ admin console. I need to browse the list to delete messages so I've written some java code