Re: Message Monitor for ActiveMQ

2010-05-10 Thread citron
Hi vanisathish, could you show me how the message looks like that you are trying to receive and a print screen of the received message in the browser? vanisathish wrote: > > Hi we're trying to use this application to dump the ActiveMQ messages from > a topic. But it is not decoding the JMS

Re: Message Monitor for ActiveMQ

2010-05-10 Thread vanisathish
Hi we're trying to use this application to dump the ActiveMQ messages from a topic. But it is not decoding the JMS message. It is just saying Map Message. I want this message to be decoded to an application specific java object. appreciate your inputs citron wrote: > > Hi, > > I am just ch

Re: NMS - cannot recover from connection failure

2010-05-10 Thread Timothy Bish
On Tue, 2010-05-11 at 00:43 +0100, Tammer Salem wrote: > Sorry - yes I get an exception stating that it cannot connect to the given > URI (even though the URI is 100% correct in that block of code). When I shut > down the client and restart it - it works fine. > You could try doing an explicit cl

Re: NMS - cannot recover from connection failure

2010-05-10 Thread Tammer Salem
Sorry - yes I get an exception stating that it cannot connect to the given URI (even though the URI is 100% correct in that block of code). When I shut down the client and restart it - it works fine. On 10 May 2010 21:31, Timothy Bish wrote: > On Mon, 2010-05-10 at 15:04 +0100, Tammer Salem wrot

updateclusterclients how to use activemq 5.4

2010-05-10 Thread bhaai
I have this property set in the TransportConnector but where and how am i supposed to get a notification when the cluster topology changes -- View this message in context: http://old.nabble.com/updateclusterclients-how-to-use-activemq-5.4-tp28517760p28517760.html Sent from the ActiveMQ - User m

Re: NMS - cannot recover from connection failure

2010-05-10 Thread Timothy Bish
On Mon, 2010-05-10 at 15:04 +0100, Tammer Salem wrote: > Hello All, > I have an NMS client using the stomp broker on a .netcf device. For the most > part it works absolutely fine, but now I'm trying to harden the device (for > network failures etc.). > I have added an exception listener and specifi

Generating .bindings file for RefFSContextFactory

2010-05-10 Thread Scawa1952
We are using several JMS servers at our organization. I have found documentation on how to generate a .bindings file for those JMS servers, but have not found anything on how to do so for the ActiveMQ .bindings file. There is an example of one on this site, but usually these files can be gener

NMS - cannot recover from connection failure

2010-05-10 Thread Tammer Salem
Hello All, I have an NMS client using the stomp broker on a .netcf device. For the most part it works absolutely fine, but now I'm trying to harden the device (for network failures etc.). I have added an exception listener and specifically look for IOExceptions (which I believe are what .NET throws

Re: ActiveMQ newbie: Problems starting 5.3.1

2010-05-10 Thread jlopes151
I'm running ActiveMQ on WinVista After reading the link http://old.nabble.com/activemq-5.3.1-SEVERE:-NATURAL-JSON-notation-configured,-but-JAXB-RI-2.1.10-not-found.-td28461082.html#a28461082 I found that the fix was already in the 5.3.1 build. The Camel entry in the conf\activemq.xml was commen

Re: Activemq comunication causes out of memory

2010-05-10 Thread dimitarn
Hi again. The problem is still present :,( Today i added to the client connection url this: tcp://IP:61617?keepAlive=true&wireFormat.maxInactivityDuration=0 Up to now no such errors have been occurred, but the following exception on the exception listener which i set to the consumer. This did not

Re: Programmatically stopping and restarting network connector

2010-05-10 Thread Geoffrey Arnold
No problem, thanks Dejan! On May 10, 2010, at 8:17 AM, Dejan Bosanac wrote: > Hi Geoff, > > I meant everything OK in the Jira. I still didn't managed to look at the > test. Sorry for confusion. > > Cheers > -- > Dejan Bosanac - http://twitter.com/dejanb > > Open Source Integration - http://fus

Re: Programmatically stopping and restarting network connector

2010-05-10 Thread Dejan Bosanac
Hi Geoff, I meant everything OK in the Jira. I still didn't managed to look at the test. Sorry for confusion. 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

Re: Programmatically stopping and restarting network connector

2010-05-10 Thread Geoffrey Arnold
Hi Dejan, If you run the test, the second assertion (right before the finally block) fails. Could you clarify what you mean by "everything is ok"? Thanks, Geoff. On May 10, 2010, at 3:08 AM, Dejan Bosanac wrote: > Hi, > > I see your test case attached to the issues. Seems like everything is

Re: ActiveMQ problem with closing a connection that has a MessageListener attached

2010-05-10 Thread jid1jid1
Apologies for not raising an issue with jira (need time to login and as always running for deadlines. I have attached a draft Unit test that basically shows that a deadlock will occur if one message listener does not return (ie. a MessageListener will not get interupted when we ask for a session t

Re: consumer receive no messages

2010-05-10 Thread mar_kl
Hi Joe, you had the right idea, I set the prefetch queue to 1 (as I got rather long running jobs per message) and everything works fine. thanks a lot Markus Joe Fernandez wrote: > > Hi Markus, > > I think what may be happening is that the broker streams the default > prefetch limit worth of

Re: Programmatically stopping and restarting network connector

2010-05-10 Thread Dejan Bosanac
Hi, I see your test case attached to the issues. Seems like everything is OK. 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 Sat, May 8, 2010 at 4:05 PM,

Re: Unable to configure embedded broker activemq 5.3.x

2010-05-10 Thread Travers Snyman
Hi, It seems my problem is with shutting down the broker. While running a test suite (spring integration tests), Activemq broker does not shut down after each test causing the lock. I also find in debugging with jetty and running with Tomcat the same behaviour when shutting down, the broker still

Re: ActiveMQ newbie: Problems starting 5.3.1

2010-05-10 Thread Dejan Bosanac
Hi can you try the workaround described in this thread http://old.nabble.com/activemq-5.3.1-SEVERE:-NATURAL-JSON-notation-configured,-but-JAXB-RI-2.1.10-not-found.-td28461082.html#a28461082 Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ Activ