questions regarding the keep alive mechanism

2009-04-30 Thread activezl
Hello all, I am trying to understand how the keep alive is implemented in two versions of ActiveMQ (4.1.1 and 5.2.0). 1) Is it the case (in version 4.1.0) that both the client and the broker are sending the KeepAliveInfo command or this is only sent by the client? In version 4.1.0: is it true t

http connection got "Could not post command" error

2009-04-30 Thread bo.xie
Hi, I am new to activeMQ. I used 5.1.0 on linux to try out http connection using the producer sample code. I added the following to the activemq.xml, the broker startup fine. http://localhost:61522"/> When I tried to connect to the broker using "http://localhost:61522"; from client p

Some questions, Please help

2009-04-30 Thread Websphere and ActiveMQ
Today I have configured ActiveMQ and Websphere successfully, also I can send message by my Application. Note: I use JMS API to send/receive message. Now I have following questions. 1. After I sent message successfully, login http://localhost:8161/admin/queues.jsp, I can see there are 2 columns, o

Re: NMS SSL Support

2009-04-30 Thread Bryan Murphy
On Thu, Apr 30, 2009 at 2:30 PM, kevinlane wrote: > > I need to connect to a SSL secured ActiveMQ broker with .NET.  Has SSL > support been added to NMS yet? > > Thanks, > > Kevin I recently switched from using the NMS drivers to using the Java ActiveMQ drivers via IKVM and this has solved nearly

Re: SimpleProducer example inherits from Runnable.. curious why?

2009-04-30 Thread Timothy Bish
On Thu, 2009-04-30 at 13:11 -0700, nmittal wrote: > Hi All, in the examples that come with the CMS distribution, I see the > following... > class SimpleProducer: public Runnable > > is there a reason why a producer has to inherit from Runnable. The run() > function is called like any other functio

Re: Please help:Again about ActiveMQ intigration with Websphere 6.1

2009-04-30 Thread Websphere and ActiveMQ
Hi Andreas, I have created some queues on ActiveMQ and tested them using pure Java Client, they worked well.here I use JNDI.properties file. But as IBMer said, I have to create JNDI name space in ActiveMQ end, or create JMS Administered Objects, I remembered I need to create it when I used MQ be

SimpleProducer example inherits from Runnable.. curious why?

2009-04-30 Thread nmittal
Hi All, in the examples that come with the CMS distribution, I see the following... class SimpleProducer: public Runnable is there a reason why a producer has to inherit from Runnable. The run() function is called like any other functions. any insight is appreciated. thanks Nishant -- View thi

Re: Issues with Network of Brokers and Message Selectors

2009-04-30 Thread Elliot Barlas
I should add that I am using AMQ core version 5.2.0, so I am not benefiting from recent bug fixes regarding this issue such as the one mentioned above. Elliot Barlas wrote: > > I have tried that as you can see from the attached code. It still does > not work. > > > Dejan Bosanac wrote: >>

Re: NMS SSL Support

2009-04-30 Thread Timothy Bish
On Thu, 2009-04-30 at 12:30 -0700, kevinlane wrote: > I need to connect to a SSL secured ActiveMQ broker with .NET. Has SSL > support been added to NMS yet? > > Thanks, > > Kevin Nope, the NMS client has not had SSL support added yet. Regards Tim. -- Tim Bish http://fusesource.com http://ti

Re: Issues with Network of Brokers and Message Selectors

2009-04-30 Thread Elliot Barlas
I have tried that as you can see from the attached code. It still does not work. Dejan Bosanac wrote: > > Hi Elliot, > > you have to turn off conduit subscriptions in order to have selectors work > over the network. Take a look at this link for more details > > http://activemq.apache.org/n

NMS SSL Support

2009-04-30 Thread kevinlane
I need to connect to a SSL secured ActiveMQ broker with .NET. Has SSL support been added to NMS yet? Thanks, Kevin -- View this message in context: http://www.nabble.com/NMS-SSL-Support-tp23322581p23322581.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Durable subscription with subscription recovery policy

2009-04-30 Thread Jose Luna
Hello, I haven't received a response after a few days, so I'd like to try again. I'll try to be brief this time: Our consumers disconnect/reconnect frequently. We need durable subscriptions to work with the subscription recovery policy. Currently (Activemq 5.2), durable subscriptions with t

Content returned in RSS feed for Message Data

2009-04-30 Thread magellings
Does anyone know how the content below is encoded? This is the response from drilling down the RSS feed on the webconsole. The content is not the same content as the message contains. The content of the message is "Grp0Guida739fb58-6c65-415e-b559-c4d6d01e80b4". Example RSS link: http://wamqdev

Re: Issues with Network of Brokers and Message Selectors

2009-04-30 Thread Dejan Bosanac
Hi Elliot, you have to turn off conduit subscriptions in order to have selectors work over the network. Take a look at this link for more details http://activemq.apache.org/networks-of-brokers.html#NetworksofBrokers-WhentouseandnotuseConduitsubscriptions Cheers -- Dejan Bosanac Open Source Inte