So I see two broker configs in activemq.xml:

pBroker <----duplex bridge ---> fBroker

and I see one broker $fBroker in the jms.xml.

I see the spring beans for the message listener container, and how it's
listening on START and a JMSTemplate that will send to ACK. Is the
connection factory pointing to the $fBroker?

I'm not seeing how pBroker/fBroker on the server have anything to do with
$fBroker.

On Wed, Oct 24, 2012 at 12:05 PM, kureckam <mkure...@fractech.net> wrote:

> activemq.xml
> <http://activemq.2283324.n4.nabble.com/file/n4658191/activemq.xml>   is on
> server side which sends a message on the START queue to the remote broker
> defined by  jms.xml
> <http://activemq.2283324.n4.nabble.com/file/n4658191/jms.xml>   and
> listens
> for ACK message. The server using the activemq.xml file is run as a
> standalone ActiveMQ application while the client listening on the START
> queue uses spring and runs in Tomcat. The setReplyTo method is set with the
> queue name to listen on for ACK. As I stated before the client side uses
> 5.5.1. If I use 5.5.1 on server side it works but if I use 5.7.0 on the
> server it doesn’t. Thanks for the help.
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/5-7-doesn-t-consume-on-queue-tp4658025p4658191.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>



-- 
*Christian Posta*
http://www.christianposta.com/blog

Reply via email to