RE: Network of Brokers - Putting/Getting from a queue

2015-10-04 Thread Basmajian, Raffi
the topics and queues on both brokers now! Progress! Regards, Barry -Original Message- From: Basmajian, Raffi [mailto:rbasmaj...@ofiglobal.com] Sent: Sunday, October 04, 2015 8:52 PM To: users@activemq.apache.org Subject: RE: Network of Brokers - Putting/Getting from a queue Barry

RE: Network of Brokers - Putting/Getting from a queue

2015-10-04 Thread barry.barnett
Sunday, October 04, 2015 09:42 PM Central Standard Time To: users@activemq.apache.org Subject: RE: Network of Brokers - Putting/Getting from a queue I'm not 100% sure if duplex works with SSL. Glad you're making progress :-) Raffi -Original Message- From: barry.barn...@wellsfar

RE: Network of Brokers - Putting/Getting from a queue

2015-10-04 Thread barry.barnett
Message- From: Tim Bain [tb...@alumni.duke.edu<mailto:tb...@alumni.duke.edu>] Sent: Saturday, October 03, 2015 03:49 PM Central Standard Time To: ActiveMQ Users Subject: Re: Network of Brokers - Putting/Getting from a queue OK, so if you don't see a subscription by Broker B on the TEST

RE: Network of Brokers - Putting/Getting from a queue

2015-10-02 Thread barry.barnett
from Broker A is not forwarded to it. Regards, Barry -Original Message- From: tbai...@gmail.com [mailto:tbai...@gmail.com] On Behalf Of Tim Bain Sent: Friday, October 02, 2015 1:21 AM To: ActiveMQ Users Subject: RE: Network of Brokers - Putting/Getting from a queue Have you done

RE: Network of Brokers - Putting/Getting from a queue

2015-10-01 Thread Basmajian, Raffi
-Original Message- From: Basmajian, Raffi [mailto:rbasmaj...@ofiglobal.com] Sent: Wednesday, September 30, 2015 3:07 PM To: users@activemq.apache.org Subject: RE: Network of Brokers - Putting/Getting from a queue Barry, No, not from the client perspective, there is no special designation. Provided

RE: Network of Brokers - Putting/Getting from a queue

2015-10-01 Thread barry.barnett
, Barry -Original Message- From: Basmajian, Raffi [mailto:rbasmaj...@ofiglobal.com] Sent: Thursday, October 01, 2015 8:45 AM To: users@activemq.apache.org Subject: RE: Network of Brokers - Putting/Getting from a queue Post your config and client code, otherwise, we're shooting in the dark

RE: Network of Brokers - Putting/Getting from a queue

2015-10-01 Thread barry.barnett
[mailto:rbasmaj...@ofiglobal.com] Sent: Wednesday, September 30, 2015 3:07 PM To: users@activemq.apache.org Subject: RE: Network of Brokers - Putting/Getting from a queue Barry, No, not from the client perspective, there is no special designation. Provided config permits message flow between A and B

RE: Network of Brokers - Putting/Getting from a queue

2015-10-01 Thread Tim Bain
h broker. > > Regards, > > Barry > > > -Original Message- > From: tbai...@gmail.com [mailto:tbai...@gmail.com] On Behalf Of Tim Bain > Sent: Thursday, October 01, 2015 8:56 AM > To: ActiveMQ Users > Subject: RE: Network of Brokers - Putting/Getting from a queue

RE: Network of Brokers - Putting/Getting from a queue

2015-10-01 Thread Tim Bain
to > specify creating a dynamic queue called TEST? > > Regards, > > Barry > > > -Original Message- > From: tbai...@gmail.com [mailto:tbai...@gmail.com] On Behalf Of Tim Bain > Sent: Thursday, October 01, 2015 9:13 AM > To: ActiveMQ Users > Subject: RE: Network of

RE: Network of Brokers - Putting/Getting from a queue

2015-10-01 Thread barry.barnett
, October 01, 2015 10:20 AM To: ActiveMQ Users Subject: RE: Network of Brokers - Putting/Getting from a queue Stop testing with a producer; it's completely irrelevant. Messages traverse a network of brokers because they are pulled by consumers, not because they are pushed by producers. So

RE: Network of Brokers - Putting/Getting from a queue

2015-10-01 Thread barry.barnett
Subject: RE: Network of Brokers - Putting/Getting from a queue On Oct 1, 2015 7:02 AM, <barry.barn...@wellsfargo.com> wrote: > > Have you disabled advisory messages and/or explicitly included/excluded any destinations? > I have added nothing in the activemq.xml file to exclude ad

RE: Network of Brokers - Putting/Getting from a queue

2015-10-01 Thread barry.barnett
@activemq.apache.org Subject: RE: Network of Brokers - Putting/Getting from a queue Could this be an issue? BrokerA is where the consumer listens for the message. BrokerB is where the message is placed on the TEST queue. When the client app connects to BrokerA to listen, the MDB automatically creates

RE: Network of Brokers - Putting/Getting from a queue

2015-10-01 Thread Tim Bain
; the app be creating the queue on BrokerA? > > Regards, > > Barry > > > -Original Message- > From: tbai...@gmail.com [mailto:tbai...@gmail.com] On Behalf Of Tim Bain > Sent: Thursday, October 01, 2015 10:20 AM > To: ActiveMQ Users > Subject: RE: Network of Br

RE: Network of Brokers - Putting/Getting from a queue

2015-09-30 Thread Basmajian, Raffi
Barry, No, not from the client perspective, there is no special designation. Provided config permits message flow between A and B, messages should flow in the direction of the connector config. Raffi -Original Message- From: barry.barn...@wellsfargo.com

Re: Network of Brokers - Putting/Getting from a queue

2015-09-30 Thread Tim Bain
That's all true when the consumer is connected or when a network of brokers is statically configured. If no consumer is currently connected to a dynamically configured NOB, messages will stay on the broker to which they're first published until a consumer connects, at which point they'll be