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
These are small json string messages. The memory settings are,
--
View this message in conte
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
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
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
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
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
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
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
Without virtual topic, the camel.xml :
coreservice.datachange Route
With virtual topic, the camel.xml:
coreservice.datachange Route
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
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
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
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
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
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
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
17 matches
Mail list logo