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 connect

Re: C# Client Access over HTTP

2009-07-27 Thread Eric Bouer
As far as I know it's not supported yet. I don't think that any work is being done in this direction. It would be great if we had this feature. Until then, You can try compiling a DLL of the Java client with IKVM. If you do so, please share your experience here . Thanks. BillWitt wrote: > >

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

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: Discovery and NMS

2009-06-12 Thread Eric Bouer
ain. Timothy Bish wrote: > > On Wed, 2009-06-10 at 14:21 -0700, Eric Bouer wrote: >> Hello Jim >> Unfortunately I can't confirm it's working >> Using activemq:failover >> (discovery:multicast://default,tcp://activemqhost:61616) >> I've go

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 activemq:discovery:mul

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. Eri

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 l

Re: Discovery and NMS

2009-06-03 Thread Eric Bouer
d in some unit tests > if > there is a particular scenario 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 wrote: > >> >> Can anyone confi

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 wa