Unsubscribing STOMP based durable topic subscribers in ActiveMQ 5.3.1?

2013-06-21 Thread Paul Gale
Hi, (Yes, I know this version is ancient but it's still in use around here. We're in the process of upgrading to 5.8.0). Per the doc it states that it's a requirement for STOMP clients that want to create durable topic subscription to ensure that the client-id and subscription name match. What's

Re: Slow Consumer slows down the producer

2013-06-21 Thread manua
These are small json string messages. The memory settings are, -- View this message in conte

Re: Slow Consumer slows down the producer

2013-06-21 Thread Christian Posta
how large of messages? what are you memory settings? On Fri, Jun 21, 2013 at 10:12 AM, manua wrote: > Hi, > > I am using ActiveMQ 5.8.0 and publishing messages on a topic, on which > there > is a slow consumer. Approx. 8000 messages are published at a interval of 1 > minute. All messages are se

Slow Consumer slows down the producer

2013-06-21 Thread manua
Hi, I am using ActiveMQ 5.8.0 and publishing messages on a topic, on which there is a slow consumer. Approx. 8000 messages are published at a interval of 1 minute. All messages are sent all together. I have set the constantPendingMessageLimitStrategy limit to "5" in the conf file and prefetch

Re: Question about Multiple Consumers / Same Queue

2013-06-21 Thread Christian Posta
You should be able to control the consumer prefetch with the NMS client. Take a look here: http://activemq.apache.org/nms/activemq-uri-configuration.html On Wed, Jun 19, 2013 at 10:16 PM, ladygaga wrote: > > I was currently using NMS to develop application based ActiveMQ(5.6), too. > > We have

Re: Question about Multiple Consumers / Same Queue

2013-06-21 Thread ladygaga
I was currently using NMS to develop application based ActiveMQ(5.6), too. We have several consumers(exe) trying to recieving massgaes from the same queue(not topic). While all the messages just all go to one consumer though I have make the consumer to sleep for seconds after recieving a message.

About the bug https://issues.apache.org/jira/browse/AMQ-4220

2013-06-21 Thread 沈建林
About the bug https://issues.apache.org/jira/browse/AMQ-4220 We are using the version 5.4.1 appears this bug, but we used the jboss client, version 5.8.0 can not find activemq-rar-5.8.0.rar, how can we do ? 2013-06-20 沈建林信息技术部 Email: s

Re: Problem when trying to start activemq after configuring password encryption

2013-06-21 Thread orhanemre
This might not be related to your issue, but since you are doing encryption, you should use encrypted passwords. In; http://activemq.2283324.n4.nabble.com/Problem-when-trying-to-start-activemq-after-configuring-password-encryption-tp4667504p4668424.html Sent from the ActiveMQ - User mailing list a

Re: Problem when trying to start activemq after configuring password encryption

2013-06-21 Thread Christian Posta
I just tried w/ your config... commented out the ssl connector and the ssl/auth stuff since I don't have your keystores.. everything works fine on 5.8.0. What exception are you getting to lead you to believe it's not working? On Fri, Jun 21, 2013 at 4:41 AM, tcarlyle wrote: > Yeah, I am aware

Re: Re:Re: Re:Re: How to filter message in virtual destinations?

2013-06-21 Thread hengyunabc
Without virtual topic, the camel.xml : coreservice.datachange Route With virtual topic, the camel.xml: coreservice.datachange Route

Re: activeMQ clustering (integrated with JBoss)

2013-06-21 Thread deepak_a
Thanks, much clear now. For the benefit to other users who may be attempting to do the same. Following files will need to be amended \server\default\deploy\reform-jms-ds.xml \server\default\deploy\activemq-ra.rar\broker-config.xml \server\default\deploy\activemq-ra.rar\META-INF\ra.xml http://rab

Re: DemandForwardingBridge - Ignoring sub ConsumerInf

2013-06-21 Thread Dejan Bosanac
You can find more info here http://activemq.apache.org/activemq-inactivitymonitor.html keep alive sending and inactivity monitor is on by default Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter: @dejanb Blog: http://sens

Re: problem with using stomp and mqtt with activemq

2013-06-21 Thread Dejan Bosanac
Hi, the thing is that activemq and mqtt (and stomp) use different character for the wildcards In my opinion the stomp also should transform destination names in a similar fashion as matt. You can raise Jira for that. In the meantime, take a look at described http://activemq.apache.org/wildcard

Re:Re: Re:Re: How to filter message in virtual destinations?

2013-06-21 Thread SuoNayi
So what's the difference between the "Consumer.A.VirtualTopic.Orders" queue and the "q.A" queue? There is no need to use the Virutal Topic as well.Just push all messages to one queue and use a consumer/camel route to pick up & filter & forward messages to other different queues. At 2013-06-21

Re: Re:Re: How to filter message in virtual destinations?

2013-06-21 Thread hengyunabc
Maybe can filter message in class: VirtualTopicInterceptor, but I don't want to do it... Now my plan is Virtual Destinations + camel: Producer: send message to topic: VirtualTopic.Orders; Camel: forward message from queue "Consumer.A.VirtualTopic.Orders " to "q.A" forward message from queue "Co

Re: Problem when trying to start activemq after configuring password encryption

2013-06-21 Thread tcarlyle
Yeah, I am aware of that. I was trying to first get the broker to run with property encryption enabled to later on really encrypt the fields. On Thu, Jun 20, 2013 at 6:10 PM, orhanemre [via ActiveMQ] < ml-node+s2283324n4668424...@n4.nabble.com> wrote: > This might not be related to your issue, bu

problem with using stomp and mqtt with activemq

2013-06-21 Thread nitheeshkl
hi, I'm developing applications that uses both stomp and mqtt protocols to communicate with the broker. client using stop subscribe to topics as "/topic/foo/bar/data". Client using mqtt subscribes to topics as "foo/bar/data". The problem is that for mqtt subscriptions, activemq is automatically co