Re: Network of brokers and listener with selectors

2009-04-21 Thread Roland Thomas Lichti
Hi Dave, Dave Stanley schrieb: > How much traffic does the servlet client get - I'm wondering if perhaps your > "dynamic" listener could be timing out. > The traffic in development (where this occures) is quite low. A few messages (50 to 100) per minute. BUT the servlet sends the request via JM

Re: Network of brokers and listener with selectors

2009-04-21 Thread Dave Stanley
Hi Roland, How much traffic does the servlet client get - I'm wondering if perhaps your "dynamic" listener could be timing out. It might be worth trying to change the broker url you use to connect the dynamic client to the broker to something like: tcp://localhost:61616?wireFormat.maxInactivityDur

Network of brokers and listener with selectors

2009-04-21 Thread Roland Thomas Lichti
Hi, we just switched over from a JDBC-based failover configuration to a network of brokers and now have the following situation: 1. we have two active brokers (that's fine). 2. we have MDBs that listen on one broker and get all messages regardless of the broker where the message has been produced