Re: Store and forward brokers issue

2007-10-24 Thread navneek
Hi, To achieve your expectation. you need to make additional configuration under tag.. make the following configuration... it'll work.. 1. If you want to forward particular queue or exclude particular Q from forwarding, or want to strictly forward a Q to next broker..whatever.. then add fol

Re: Store and forward brokers issue

2007-10-23 Thread ttmdev
Vinod, Try setting the network connector attribute called 'dynamicOnly' to true as follows. This will instruct the broker to forward messages only if there are active consumers at the connected broker. By default, dynamicOnly is set to false. Joe Vinod Venkatraman wrote: > > Hi, > >