Re: invalid broker url

2015-03-02 Thread arun196
Thanks Tim! -- View this message in context: http://activemq.2283324.n4.nabble.com/invalid-broker-url-tp4692311p4692321.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

some question from a bignner

2015-03-02 Thread Pipboy3000
hey everyone, i'm just starting to get into JMS with activemq and i have a few questions, there are some concepts that i don't understand. first of all, i want to understand what is the Broker, i know i have to have it in order to send and receive messages but a more thorough explanation would be

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-03-02 Thread xabhi
Ping. Can some one please explain any changes in kahadb when moving from ActiveMQ 5.10 to ActiveMQ 5.11? -- View this message in context: http://activemq.2283324.n4.nabble.com/KahabDB-compatibility-issue-between-ActiveMQ-5-10-and-ActiveMQ-5-11-tp4692008p4692323.html Sent from the ActiveMQ -

Re: invalid broker url

2015-03-02 Thread Timothy Bish
On 03/02/2015 03:16 PM, arun196 wrote: Thanks! Removing new line worked. maximumRedeliveries doesn't seem to work. Am I doing it right? This works - brokerURL=failover:(tcp://localhost:61616?keepAlive=true,tcp://localhost:61617?keepAlive=true,tcp://localhost:61618?keepAlive=true)

Re: Message order when use PooledConnectionFactory

2015-03-02 Thread bencaogm
Thanks! -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-order-when-use-PooledConnectionFactory-tp4690796p4692256.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

How is message filtering done?

2015-03-02 Thread joseph.gagnon
What types of filtering can be performed in ActiveMQ and how do I go about doing it? If possible I'd like to be able to filter out messages coming into a receiver until the message timestamp exceeds a specific time that is calculated to be some specified number of milliseconds after the last time

Re: Bug in TopicSubscription (wrong log message?)

2015-03-02 Thread Kevin Burton
Gotcha. That makes sense. OK. On Sun, Mar 1, 2015 at 6:31 PM, Tim Bain tb...@alumni.duke.edu wrote: The statement is right, because the other 1x is in the consumer's prefetch buffer. It's a bit confusing that the word pending in the log line counts both the pending queue on the broker and

Is JMX slow or just the ActiveMQ API calls?

2015-03-02 Thread Kevin Burton
It looks like all of my JMX calls take about 200ms (give or take). This is pretty fast unless you have to make a ton of calls. I suspect this is just JMX overhead creating proxy objects, calling the methods, etc Has anyone proposed an alternative to JMX for a API for communicating with

invalid broker url

2015-03-02 Thread arun196
I get invalid broker URL with below configuration. Help please? Resource name=jms/mqConnectionFactory auth=Container type=org.apache.activemq.ActiveMQConnectionFactory description=JMS Connection Factory factory=org.apache.activemq.jndi.JNDIReferenceFactory

Re: How is message filtering done?

2015-03-02 Thread Tim Bain
One option is to have your consumer use Camel, which has all kinds of support for conditionally deciding what to do with a given message... On Mon, Mar 2, 2015 at 11:57 AM, joseph.gagnon joseph.gag...@ll.mit.edu wrote: What types of filtering can be performed in ActiveMQ and how do I go about

Re: invalid broker url

2015-03-02 Thread Tim Bain
http://activemq.apache.org/failover-transport-reference.html doesn't show any examples of spaces and newlines being legal characters in a brokerURL attribute; are you sure what you're doing is valid syntax? I personally haven't tried it that way so I can't say for sure it wouldn't work, but it's