We're running ActiveMQ inside ServiceMix, and after updating the
activemq-broker.xml bundle to apply some new authentication settings, we're now
seeing the error below every 30 seconds.
When the activemq-broker.xml bundle is stopped, the error still occurs. I've
tried stopping the bundle, delet
I'm working on some tests for MessageListenerServlet.
The first stumbling block I've hit is that I can't seem to access the headers
returned by the broker after I send a POST to listen on a queue. I believe I
need to get the JSESSIONID cookie value, so I can send it in subsequent GET
requests
will try.
thanx!
Søren
--
View this message in context:
http://activemq.2283324.n4.nabble.com/CMS-get-name-of-destination-how-to-tp2552032p2552809.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
On Thu, 2010-09-23 at 06:21 -0700, sodandk wrote:
> Hi there
>
> I do
> const cms::Destination *jmsdest = msg->getCMSReplyTo()->clone();
> and now and then use the saved jmsdest, to send messages back...
>
> many of my objects gets the same destination, so I dont want to have
> hundreds
> of the
Hi:
I'm having problems with my Objective-C REST client. Is it possible to build an
ActiveMQ C++ client for an iPhone running iOS 4?
Thanks,
John Boyer
+1,
I would love this feature too :)
Bye,
Norman
2010/9/23 Thomas Dudziak :
> The problem is that this only works if the message is due, so to
> speak. For systems where you have more than a few scheduled messages,
> you'll need something like a queue browser (which can actually see the
> whole
The problem is that this only works if the message is due, so to
speak. For systems where you have more than a few scheduled messages,
you'll need something like a queue browser (which can actually see the
whole queue, e.g. AMQ-2172) that allows you to select and delete
messages by message selector
https://issues.apache.org/activemq/browse/AMQ-2939
I just had to try to create the account again, and it was happy.
--Allen
-Original Message-
From: Allen Reese [mailto:are...@yahoo-inc.com]
Sent: Thursday, September 23, 2010 8:17 AM
To: users@activemq.apache.org
Subject: RE: configuri
If you have a Durable Subscription to a topic and produce the message with a
timeout..
What wins if the subscriber is disconnected longer than the message timeout?
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Topic-Durable-Subscription-and-message-timeout-tp2552330
Absolutely. I wasn't sure if it was a regression, or if it was intentional.
It might be a bit, jira seems to have a lag with creating my account. I got
the email, but it won't let me login to create the issue.
I'll give it some time and try again.
:)
--Allen
-Original Message-
From
That worked quite nicely. Thanks.
-ste
-Original Message-
From: chubr...@gmail.com [mailto:chubr...@gmail.com] On Behalf Of Dejan Bosanac
Sent: Thursday, September 16, 2010 3:43 AM
To: users@activemq.apache.org
Subject: Re: Terminating 'example.A'.
Hi,
in 5.3.1 it's also included in cam
Hi All,
I am Using ActiveMQ 5.4 version. I have gone through the guide it says if we
use filecursor then messages' references will be stored in file if messages
are send in persistent mode.
I have configured ActiveMQ as follows -
Scenario here is that, I have many consumers but few might be slow
Why is this queue created to hold messages that have timed out? Is there a
way to avoid this?
Thanks,
Bob
--
View this message in context:
http://activemq.2283324.n4.nabble.com/ActiveMQ-DLQ-created-when-JMSTimeToLive-added-tp2552063p2552063.html
Sent from the ActiveMQ - User mailing list archiv
Hi there
I do
const cms::Destination *jmsdest = msg->getCMSReplyTo()->clone();
and now and then use the saved jmsdest, to send messages back...
many of my objects gets the same destination, so I dont want to have
hundreds
of the same destinations hanging around, instead I was to compare two
dest
Hi Tom,
you have producer flow control disabled, so your memory limit don't
have any effect. If you enable it, it will block producer until slow
consumer acks pending messages and thus make more space.
Cheers
--
Dejan Bosanac - http://twitter.com/dejanb
Open Source Integration - http://fusesour
Hi Alex,
this should be debugged a bit more.
The code you should look at is
MessageListenerServlet.onMessageAvailable() as there the consumers are
closed when message is received with no continuation. That maybe
should be revisited.
You can debug it more, by adding some trace you need, start we
Hi Tom,
note that scheduled messages are kept by the broker in a specialized
store, and will be sent to the queue/topic only when time comes. These
send messages have "scheduledJobId" property set, which you can use to
select them.
Cheers
--
Dejan Bosanac - http://twitter.com/dejanb
Open Source
Hi Tom,
JMX is the only way at the moment. There's an open issue to support
rescheduling, so this probably goes under that one as well.
Cheers
--
Dejan Bosanac - http://twitter.com/dejanb
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog -
Hi Allen,
can you raise an issue for this, as it is an obvious regression? It's
probably due the fact that in 5.4 we're back to autogenerating schema.
Cheers
--
Dejan Bosanac - http://twitter.com/dejanb
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/
Hi Alex,
web part of the ActiveMQ is least tested. I started some effort in
that area and you can now find RestTest in activemq-web-demo module.
That module should contain all tests, as it is easy to start web
server in the test and have the whole demo-app environment ready for
testing.
The idea
Hi Roger,
yes, you should only add appropriate header to your Stomp message.
Cheers
--
Dejan Bosanac - http://twitter.com/dejanb
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net
On Thu, Sep 23, 2010 at 12:53
Hi,
I have following configuration:
1. 4 activemq 5.4 brokers connected into full mesh.
2. One has sender connected and other three one receiver each
3. Producer sends messages to topic on which all receivers are subscribed.
4. I use memory persistence store.
What I want to achieve is limit on
No offense, but I think you should really read the javadocs before try
to start coding.
Bye,
Norman
Am 23.09.2010 08:56, schrieb pp:
Hi,
plz tell me what this line do.
Hi
Please tell me how to get the present topics at runtime using javacode.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/How-to-get-the-available-topics-at-broker-tp2551551p2551551.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
24 matches
Mail list logo