Duplex question

2008-04-08 Thread jimmyfrank
I'm using 4/08 snapshot. I have broker A connecting to broker B. I have duplex="true" on broker A. The connection is fine and I can send messages from broker A to broker B. My question is, if I create a queue on broker A, what is the correct way to set the URI to reference a queue on broker A

How do I get messages to forward without a consumer?

2008-04-16 Thread jimmyfrank
I'm using 5.2 4/15 snapshot. I have broker A connecting to broker B. Broker A is behind a firewall so I have A connect to B using duplex="true". I also have dynamicOnly="true". Everything seems to work great, a producer can put messages to test.q on broker B and a consumer can pick them up on

Re: How do I get messages to forward without a consumer?

2008-04-16 Thread jimmyfrank
Sorry, I mistyped. I actually have dynamicOnly=false and without a consumer running the messages still sit on broker B. rajdavies wrote: > > > On 16 Apr 2008, at 14:53, jimmyfrank wrote: > >> >> I'm using 5.2 4/15 snapshot. >> >> I have broker A conn

Connection pooling when use the .NET Messaging API (NMS)

2008-04-16 Thread jimmyfrank
I'm using the .NET Messaging API to send and receive messages from ActiveMQ. How would I pool connections? Do I need to at all or is it handled somehow for me by the broker? I can find several forum posts that talk about connection pooling when using java JMS but I can't seem to find anything t

Re: How do I get messages to forward without a consumer?

2008-04-17 Thread jimmyfrank
e http://activemq.apache.org/networks-of-brokers.html Networks > > > jimmyfrank wrote: >> >> Sorry, I mistyped. I actually have dynamicOnly=false and without a >> consumer running the messages still sit on broker B. >> >> rajdavies wrote: >>> >&g

Re: Connection pooling when use the .NET Messaging API (NMS)

2008-04-17 Thread jimmyfrank
ooled like MSMQ connections would be pooled. Would Sprint.NET be able to do something similar? jimmyfrank wrote: > > I'm using the .NET Messaging API to send and receive messages from > ActiveMQ. How would I pool connections? Do I need to at all or is it > handled somehow f

Re: Connection pooling when use the .NET Messaging API (NMS)

2008-04-17 Thread jimmyfrank
ooled like MSMQ connections would be pooled. Would Sprint.NET be able to do something similar? James.Strachan wrote: > > On 17/04/2008, jimmyfrank <[EMAIL PROTECTED]> wrote: >> >> I'm using the .NET Messaging API to send and receive messages from >> ActiveMQ.