Re: Network of Brokers - Broker A talking to Broker B

2008-05-15 Thread Benoitx
t;>>>>>> uri="tcp://localhost:8881" /> >>>> >>>> >>>> >>>> >>> uri="static://(tcp://localhost:9991)" dynamicOnly="true" networkTTL="5" >>>> /&

Re: Network of Brokers - Broker A talking to Broker B

2008-05-15 Thread Benoitx
t; networkTTL="5" >>> /> >>> >>> >>> >>> So, I have a producer publishing messages to brokerA and then I'm trying >>> to forward those messages to broker B. BrokerB has the following config: >>> >>> >&

Re: Network of Brokers - Broker A talking to Broker B

2008-05-15 Thread Hiram Chirino
gt; > /> >> > /> >> >> ... >> >> On BrokerB I have a consumer connected to port:9992 and no >> networkConnectors. >> >> I can't receive messages through BrokerA. If I send messages directly to >> BrokerB then my consumer receives the messages. >> >> Can someone help me? >> >> Thanks. >> -Willy >> > > -- > View this message in context: > http://www.nabble.com/Network-of-Brokers---Broker-A-talking-to-Broker-B-tp15510192s2354p17205663.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- Regards, Hiram Blog: http://hiramchirino.com Open Source SOA http://open.iona.com

Re: Network of Brokers - Broker A talking to Broker B

2008-05-13 Thread Benoitx
/> > /> > > ... > > On BrokerB I have a consumer connected to port:9992 and no > networkConnectors. > > I can't receive messages through BrokerA. If I send messages directly to > BrokerB then my consumer receives the messages. > &g

Re: Network of Brokers - Broker A talking to Broker B

2008-02-20 Thread ttmdev
xt()); >> mess.acknowledge(); >> >> } >> catch (JMSException jmse) >> { >> System.out.println("JMSException in onMessage()" + >> jmse); >>

Re: Network of Brokers - Broker A talking to Broker B

2008-02-19 Thread Bruce Snyder
On Feb 19, 2008 10:38 AM, wha <[EMAIL PROTECTED]> wrote: > > Well I don't know what to say, it doesn't work for me when I do > advisorySupport="false" > > If you want to try it. Here's my BrokerA activemq.xml > > http://activemq.org/config/1.0"; > brokerName="brokerA" > dataDirect

Re: Network of Brokers - Broker A talking to Broker B

2008-02-19 Thread Rob Davies
quot;Send To" from the Web Admin Queues page. When I turn the advisorySupport to "false" on BrokerB, Store and Forward stops working. Is this a bug ? Should I post a Jira ? Thanks -Willy. ttmdev wrote: The default setting for advisorySupport is 'true' and

Re: Network of Brokers - Broker A talking to Broker B

2008-02-19 Thread wha
> > The default setting for advisorySupport is 'true' and I don't think that > the forwarding of messages has any dependencies on advisorySupport. > > Joe > www.ttmsolutions.com > -- View this message in context: http://www.nabble.com/Network-of-Brokers---Broker-A-talking-to-Broker-B-tp15510192s2354p15562341.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Network of Brokers - Broker A talking to Broker B

2008-02-19 Thread ttmdev
uot;static:(tcp://localhost:9991)" (without "//" after "static") both > worked for me. > > === My Question === > > My question is about the advisorySupport. Can someone give me a dumb down > explanation as to why it needs to be enabled on BrokerB for the Store and > Forward feature to work ? I've already read about the advisorySupport > documentation on activemq.apache.org but it doesn't say why it's linked to > the store and forward feature. > > Well Thank God I persisted. Now I can resume my tests. > > Thanks all for trying to help me. I appreciate it a lot. > - Willy. > > > -- View this message in context: http://www.nabble.com/Network-of-Brokers---Broker-A-talking-to-Broker-B-tp15510192s2354p15562329.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Network of Brokers - Broker A talking to Broker B

2008-02-19 Thread wha
isorySupport documentation on activemq.apache.org but it doesn't say why it's linked to the store and forward feature. Well Thank God I persisted. Now I can resume my tests. Thanks all for trying to help me. I appreciate it a lot. - Willy. -- View this message in context: http://www.nabble.com/Network-of-Brokers---Broker-A-talking-to-Broker-B-tp15510192s2354p15561548.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Network of Brokers - Broker A talking to Broker B

2008-02-18 Thread Bruce Snyder
On Feb 15, 2008 2:12 PM, wha <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using the latest snapshot 5.1 > > I'm having some problems with a really simple setup. I want broker A to send > its messages to Broker B. > Broker A has a producer and Broker B has a consumer. > > Here's my config for broker A

Re: Network of Brokers - Broker A talking to Broker B

2008-02-18 Thread wha
elp me? Thanks. -Willy -- View this message in context: http://www.nabble.com/Network-of-Brokers---Broker-A-talking-to-Broker-B-tp15510192s2354p15550385.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Network of Brokers - Broker A talking to Broker B

2008-02-15 Thread wha
> > > discoveryUri="multicast://default"/> > > > > > > > > > >uri="static://(tcp://10.166.163.108:61616)" dynamicOnly="true" > networkTTL="2"/> > > > > > Is there anything else I need to considerate ? > > Thanks. > -- View this message in context: http://www.nabble.com/Network-of-Brokers---Broker-A-talking-to-Broker-B-tp15510192s2354p15510200.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Network of Brokers - Broker A talking to Broker B

2008-02-15 Thread wha
nfig/1.0"; brokerName="brokerB" dataDirectory="${activemq.base}/data" useJmx="true" advisorySupport="false"> Is there anything else I need to considerate ?