Getting UserName/ ClientID from Advisory.

2009-08-10 Thread Eric Bouer
Hello. I'm using ActiveMQ5.2 in Camel2. I'm consuming a TOPIC.Consumer advisory and no data structure in the advisory message I get contains the username or the advisory name. How, if at all, can I get those from the advisory ? Other properties will also be fine. This is how I set up the

NMS HTTP supported ?

2009-07-09 Thread Eric Bouer
-- View this message in context: http://www.nabble.com/NMS-HTTP-supported---tp24416554p24416554.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NMS HTTP supported ?

2009-07-09 Thread Eric Bouer
Can NMS client connect over HTTP to a broker instead of openwire ? Is it in future plan? Thanks. PS Sorry for the empty message.it's nabble.. Eric Bouer wrote: -- View this message in context: http://www.nabble.com/NMS-HTTP-supported---tp24416554p24416599.html Sent from the ActiveMQ

Re: Discovery and NMS

2009-06-10 Thread Eric Bouer
Hello Jim Unfortunately I can't confirm it's working Using activemq:failover (discovery:multicast://default,tcp://activemqhost:61616) I've got : Connect fail to 'discovery:multicast://default': Composite connection not supported with MulticastDiscovery transport. Using

Selectively switching bewteen auto ack and client ack

2009-06-08 Thread Eric Bouer
Hello. I'm interested in having both auto acknowledgment and manual acknowledgment in the same session. I want to acknowledge specific messages manually. I saw some issues on this but couldn't understand if what I'm looking for is there. Is it under development or already implemented ? Thanks.

New Persistent Multicast discovery agent for each message.

2009-06-05 Thread Eric Bouer
Hello list. I'm trying the following code to test multicast capabilities of camel+activeMQ. I found out that a new thread is started for each message I send, but that thread is staying alive for the whole program lifetime. The number of live multicast discovery agent notifier threads scales up

Re: Discovery and NMS

2009-06-03 Thread Eric Bouer
you want to try out. Anybody else configured a broker and a client (Java) for auto-discovery? - Jim On Mon, Jun 1, 2009 at 9:33 AM, Eric Bouer ericbo...@gmail.com wrote: Can anyone confirm it's working ? Or any other information on discovery in NMS ? semog wrote: I have not used

Re: Discovery and NMS

2009-06-01 Thread Eric Bouer
Can anyone confirm it's working ? Or any other information on discovery in NMS ? semog wrote: I have not used the discovery code additions. Are there any unit test samples that use it that might give you an idea on the format? If there aren't, we should probably add some. You may want