Re: Re:Re:Re: How to delete a persistent message

2013-06-27 Thread Francisco
The first comment head me in the right direction, and the last link gave me invaluable information on how to debug the AMQ movements. Eventually, it seems to be a problem of pending ACK. I'll take a deeper look on it, because all the messages have been correctly delivered, but sometimes AMQ does

Not able to query more than 15 tweets with Apache Maven

2013-06-27 Thread ks1605
I am using Apache Maven to run API 1.1 for running twitter queries related to particular keywords. For a keyword, the command works only upto a limit of most recent 15 tweets. I also want to get tweets older than that. I think it can be done by using sinceId but I don't know how to use it. Also,

Re: ActiveMQ systemUsage configuration.

2013-06-27 Thread vkcse
Thank you -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-systemUsage-configuration-tp4668087p4668636.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Data stucked in embedded broker storage.

2013-06-27 Thread vkcse
Thanks.. Its working with statical destinations. -- View this message in context: http://activemq.2283324.n4.nabble.com/Data-stucked-in-embedded-broker-storage-tp4668600p4668637.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Not able to query more than 15 tweets with Apache Maven

2013-06-27 Thread Christian Posta
Is this an ActiveMQ question? On Wednesday, June 26, 2013, ks1605 wrote: I am using Apache Maven to run API 1.1 for running twitter queries related to particular keywords. For a keyword, the command works only upto a limit of most recent 15 tweets. I also want to get tweets older than that.

Using the command line tools to delete multiple messages at once

2013-06-27 Thread ccharbonneau
I've been looking at the command line tools reference page for some time. The purge task seems to do what I want, but I don't seem to be able to remove multiple messages this way by specifying them directly using the message selector option. I can either delete one message, or a range using

Re: Using the command line tools to delete multiple messages at once

2013-06-27 Thread ccharbonneau
I should specify that I am using ActiveMQ 5.8.0 -- View this message in context: http://activemq.2283324.n4.nabble.com/Using-the-command-line-tools-to-delete-multiple-messages-at-once-tp4668643p4668644.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMq Admin console

2013-06-27 Thread piyushdubey
I'm trying to configure Hawtio too. There are no exception in my cmd console but the hawtio page keeps asking me for credentials. Where can I find and remove this login check. Thank you, Piyush -- View this message in context:

Problem in VM broker url along with simpleAuthenticationPlugin in activemq

2013-06-27 Thread loganathan
Below is sample test code for connecting to tcp broker url and the tcp://localhost:61616 url and simpleAuthenticationPlugin also configured in context-activemq.xml below code is working fine if I given wrong username and password its showing exception as wrong username but what's my problem

Re: Problem in VM broker url along with simpleAuthenticationPlugin in activemq

2013-06-27 Thread Christian Posta
how are you loading up the broker? In the same JVM, right? On Thu, Jun 27, 2013 at 2:03 AM, loganathan logu.i...@gmail.com wrote: Below is sample test code for connecting to tcp broker url and the tcp://localhost:61616 url and simpleAuthenticationPlugin also configured in

AMQ upgrade v5.9 availability

2013-06-27 Thread Gaurav Sharma
I am planning to upgrade our v5.6 clusters to 5.9. Please advise what's the tentative release date for 5.9? If it's close, I can point all non-prod clusters to 5.9 snapshot and test/wait for the release to be cut before updating prod. Thank you, -gaurav

Re: AMQ upgrade v5.9 availability

2013-06-27 Thread Dejan Bosanac
Hi Gaurav, the current plan is to release 5.9 in September timeframe. Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter: @dejanb Blog: http://sensatic.net ActiveMQ in Action: http://www.manning.com/snyder/ On Thu, Jun

Re: AMQ upgrade v5.9 availability

2013-06-27 Thread Gaurav Sharma
Thanks Dejan. So should I wait for a v5.8.1 being cut in the near future? On Jun 27, 2013, at 8:34, Dejan Bosanac de...@nighttale.net wrote: Hi Gaurav, the current plan is to release 5.9 in September timeframe. Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now

Re: AMQ upgrade v5.9 availability

2013-06-27 Thread Dejan Bosanac
I know there were discussion about it, but I'm not aware of any plans to cut 5.8.1 Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter: @dejanb Blog: http://sensatic.net ActiveMQ in Action: http://www.manning.com/snyder/ On

wireFormat.cacheSize definition?

2013-06-27 Thread Paul Gale
Hi, I have some questions regarding this option as the documentation is next to useless on this: 1. What items are retained in this cache? The documentation just calls the items 'values'. 2. Is a separate cache maintained per destination? 3. What behavior does cache size influence?

Re: AMQ upgrade v5.9 availability

2013-06-27 Thread Gaurav Sharma
Thanks Dejan. On Jun 27, 2013, at 8:43, Dejan Bosanac de...@nighttale.net wrote: I know there were discussion about it, but I'm not aware of any plans to cut 5.8.1 Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter:

Re: Using the command line tools to delete multiple messages at once

2013-06-27 Thread Christian Posta
the purge command takes a selector or sql92 selector. could you just try (JMSMessageId = 'id1') OR (JMSMessageId = 'id2') OR (.)? On Thu, Jun 27, 2013 at 6:27 AM, ccharbonneau ccharbonn...@mindoka.comwrote: I should specify that I am using ActiveMQ 5.8.0 -- View this message in

Re: wireFormat.cacheSize definition?

2013-06-27 Thread Christian Posta
objects such as ProducerId, ConsumerId, MessageId, etc etc can be cached to save on bandwidth. the cache is per connection applying to all command objects. On Thu, Jun 27, 2013 at 8:52 AM, Paul Gale paul.n.g...@gmail.com wrote: Hi, I have some questions regarding this option as the

kahadb system property configuration options

2013-06-27 Thread Paul Gale
Hi, I came across the following system properties that are uses by the kahaDBPersistenceAdapter, their default values are: -Dorg.apache.kahadb.journal.appender.WRITE_STAT_WINDOW=0 -Dorg.apache.kahadb.journal.CALLER_BUFFER_APPENDER=false A particular unit test recommends setting them to:

Re: AMQ upgrade v5.9 availability

2013-06-27 Thread Chris Geer
Dejan, in regards to a 5.8.1 it would be really nice to get this fixed prior to September. https://issues.apache.org/jira/browse/AMQ-4317 Chris On Thu, Jun 27, 2013 at 8:59 AM, Gaurav Sharma gaurav.cs.sha...@gmail.comwrote: Thanks Dejan. On Jun 27, 2013, at 8:43, Dejan Bosanac

Re: Using the command line tools to delete multiple messages at once

2013-06-27 Thread ccharbonneau
On 06/27/2013 12:04 PM, ceposta [via ActiveMQ] wrote: the purge command takes a selector or sql92 selector. could you just try (JMSMessageId = 'id1') OR (JMSMessageId = 'id2') OR (.)? I've tried different variations of that syntax and I appear to be getting a MalformedObjectNameException

Re: kahadb system property configuration options

2013-06-27 Thread Christian Posta
Maybe Gary can give you more info, but the caller buffer appender is an experimental appender to help offload the buffering of writes to calling threads and reduce the time spent in the thread that actually writes to the journal. The write stat window is for logging purposes to get an idea of an

Duplicate message

2013-06-27 Thread Mohit Anchlia
I am starting to see this error after I added a condition. Does it mean messages are not getting forwarded or getting lost? 2013-06-27 11:18:19,556 | WARN | Duplicate message add attempt rejected. Destination: networkBridgeFilterFactory conditionalNetworkBridgeFilterFactory

Re: Duplicate message

2013-06-27 Thread Christian Posta
So when activemq tries to replay a message back to a broker it came from, there is auditing in the store that won't allow it (in normal use cases it would keep dup messages from being sent from producers on failover for example). You should disable the auditing as described here

JMS to Websocket using camel routes question

2013-06-27 Thread JG
Hi, I've been trying to create a camel route from a JMS queue to a websocket queue using activemq, but I've hit a wall, and I'm not sure where to go from here given the examples in activemq or online. It seems I have all the components working, but I just can't connect them. I'm using ActiveMQ

Broker to Broker prefetch problems

2013-06-27 Thread someword
Hello. activemq-5.7.0-1, java version 1.6.0_24. We have 16 activemq nodes in a mesh network. The only current application using the activemq network is MCollective. I'm very new to Activemq and am hoping to get some pointers as to wether I am going down the right path in troubleshooting the

Re: Duplicate message

2013-06-27 Thread Mohit Anchlia
thanks I read that earlier and have put that option in place to see if we get rid of that warning On Thu, Jun 27, 2013 at 11:41 AM, Christian Posta christian.po...@gmail.com wrote: So when activemq tries to replay a message back to a broker it came from, there is auditing in the store that

Re: JMS to Websocket using camel routes question

2013-06-27 Thread Christian Posta
So there might be some disconnect here... Your HTML client is subscribing to queue foo but that's not a queue.. that's the websocket endpoint you've exposed on your camel route... the queue that your HTML app can consume from is fooA... The websocket producer in camel actually exposes a web

Re: Broker to Broker prefetch problems

2013-06-27 Thread Christian Posta
Yah those log messages are probably related. Seems like what you have is a slow topic consumer somewhere and the demand forwarding mechanisms are backing up. When you have networks of brokers, the demand forwarding actually creates proxy consumers for consumers on the remote broker. For example,

commiting a large number of messages in a single transaction

2013-06-27 Thread webber
Hello, I'd like to commit a large number of messages in a single transaction. A typical number of message is one million and each message size is 512 bytes. So I have tested with commiting 100K messages at once. It worked with changing the memoryLimit to 200 MB in activemq.xml. policyEntry

Re: JMS to Websocket using camel routes question

2013-06-27 Thread JG
Thank you for clearing that up, and I was able to get it working for both queues and topics. So that was definitely my disconnect. Again, thank you for the clarification and helping me connect things. -Jeremy -- View this message in context:

Re: Consumer from wildcard queue does not resume after broker restart

2013-06-27 Thread SuoNayi_Gmail
If you use the database storage, then you can find the bug here, https://issues.apache.org/jira/browse/AMQ-3526 -- View this message in context: http://activemq.2283324.n4.nabble.com/Consumer-from-wildcard-queue-does-not-resume-after-broker-restart-tp4557120p4668679.html Sent from the

Re:commiting a large number of messages in a single transaction

2013-06-27 Thread SuoNayi
I'm afraid it's not implemented yes, I have raised a improvement jira but it's not solved yet, https://issues.apache.org/jira/browse/AMQ-4311 At 2013-06-28 09:33:28,webber tokomakoma...@gmail.com wrote: Hello, I'd like to commit a large number of messages in a single transaction. A typical

Re: Problem in VM broker url along with simpleAuthenticationPlugin in activemq

2013-06-27 Thread loganathan
Thanks for your quick response ceposta.yes i am loading broker in the same JVM.Is there any problem in that? -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-in-VM-broker-url-along-with-simpleAuthenticationPlugin-in-activemq-tp4668639p4668681.html Sent from the