activeMQ webconsole

2010-06-25 Thread radha_mit
in the webconsole page, in the tab for topic subscribers can any one tell us what exactly is 1. pending queue size 2. Dispatched queue size 3.dispatcher counter 4.enqueue counter 5. dequeue counter is the description given in

Re: testing WebSocket + STOMP support, getting occasional No transportListener available... errors

2010-06-25 Thread Dejan Bosanac
Hi Steve, WebSocket support is pretty new. Thanks for testing it, can you post your JS code so we can try reproduce the problem you're seeing? Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/

Re: activeMQ webconsole

2010-06-25 Thread Dejan Bosanac
Yes, that description should be correct. We should probably add a little help tips on the web console. 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

Re: HTTP 204 when consuming messages via REST servlet

2010-06-25 Thread lokem
Hi, Thanks for the pointer. It's working now without returning any 204 response. Is it possible to retrieve a message via REST by specifying the message JMSCorrelationID? Thanks. Dejan Bosanac wrote: Hi, this just means that your session is not reused between calls. Take a look at

Re: activeMQ webconsole

2010-06-25 Thread radha_mit
ya a help in the webconsole would be perfect. Actually we send messages from 1 publisher to 1 consumer across a JMS TOPIC. The client acknowledges those using AUTO_ACKNOWLEDGE but still Dispatcher count is always equal to the number of enqueued messages. we are dequeuing it the moment it is

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-25 Thread Sodan
Hi again Spent a number of hours trying to figure this out. I get a certain type of message, call it PT and many of these messages are ok, but then suddenly I get a message of that type, which mas an empty map. As soon as I do any type of operation on the message map, it fails... I also get many

Re: spring datasource

2010-06-25 Thread Gary Tully
sure, set your datasource on the JDBCPersistenceAdapter in your spring configuration. some detail in the doc at http://fusesource.com/docs/broker/5.3/persistence/FuseMBPersistJDBCBasics.html On 23 June 2010 22:18, fachhoch fachh...@gmail.com wrote: I configured datasource for my application

Re: HTTP 204 when consuming messages via REST servlet

2010-06-25 Thread lokem
I should mention that I'm using AMQ 5.3.x and the method described in http://activemq.apache.org/rest.html#REST-Consumingwithselectors doesn't apply :( Thanks. lokem wrote: Hi, Thanks for the pointer. It's working now without returning any 204 response. Is it possible to retrieve a

Re: activemq-cpp 3.2.0 vs2005-build directory is missing

2010-06-25 Thread Timothy Bish
On Fri, 2010-06-25 at 05:05 -0700, Sodan wrote: Hi again Spent a number of hours trying to figure this out. I get a certain type of message, call it PT and many of these messages are ok, but then suddenly I get a message of that type, which mas an empty map. As soon as I do any type of

Re: c# + .NET 4

2010-06-25 Thread Timothy Bish
On Fri, 2010-06-25 at 08:33 -0700, Jim Gomes wrote: I concur with Tim about being able to use the current binaries in .NET 4.0. I'm pretty sure that Microsoft will support running .NET 2.0 assemblies on the .NET 4.0 runtime. I have recently installed .NET 4.0, but haven't done any extensive

RE: JMX Pending queue size issue

2010-06-25 Thread Colin Goodheart-Smithe
Hi, Following up on our previous message, we have looked into this issue further. It appears that on durable subscriber start up, it ignores the message selector when calculating the pending queue size. Therefore it assumes the messages from the other subscribers are for that moment

Re: activemq.conf - import xml tags using XInclude

2010-06-25 Thread cobrien
Clark I am not quite clear on what you are trying to accomplish but spring does allow one to break up bean definitions into multiple files: The link below describes the syntax. http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/beans.html#beans-factory-xml-import

Re: activemq.conf - import xml tags using XInclude

2010-06-25 Thread James Casey
Charles, you can do this with XML entities. In your activemq.xml put at the top (before the beans definition): !DOCTYPE activemq [ !ENTITY network-connectors SYSTEM /etc/activemq/activemq.d/network.xml and then you can refer to this simply with: network-connectors; inside the broker element.

Re: testing WebSocket + STOMP support, getting occasional No transportListener available... errors

2010-06-25 Thread Steve Kehlet
can you post your JS code so we can try reproduce the problem you're seeing? Cool, thanks for the response. Sure, I am able to reproduce it with only the code from Jeff Mesnil at http://github.com/jmesnil/stomp-websocket, linked off his Stomp of Websockets page at

message routing help

2010-06-25 Thread Mark
I am trying to set up a simple Camel routing rule in ActiveMQ using the example found online: route from uri=activemq:example.A/ to uri=activemq:example.B/ /route I have a message producer sending TextMessage objects to the example.A queue and a listener that is listening on the

Consuming selective messages with multiple consumers, single queue (REST)

2010-06-25 Thread lokem
Hi folks, I have 2 publishers submitting to a single queue. These 2 publishers also act as consumers for the responses from a single response queue for the requests they've sent. Since I'm using REST to obtain the requests; I have no way to selectively retrieve the messages via selector.

Re: JMX Pending queue size issue

2010-06-25 Thread Rob Davies
Good catch Colin! - thanks for investigating it cheers, Rob Rob Davies follow me: http://twitter.com/rajdavies I work here: http://fusesource.com My Blog: http://rajdavies.blogspot.com/ I wrote this: http://www.manning.com/snyder/ On 25 Jun 2010, at 17:33, Colin Goodheart-Smithe wrote: