Re: how to bind exchange to exchange like bind exchange to queue in the same broker?

2011-05-20 Thread jun yang
like a organization A has department A1,A2,A1 has sub department A1-1,A1-2, when mesage with subject A1-1 send to A, i want to A1 and A1-1 subscribers can receive such a message. any anoter solution to achive that? 2011/5/20 Steve Huston : >> for example: topic exchange ex-A,ex-A2,ex-A3, i want to

qpid java question

2011-05-20 Thread sridevi sanagala
Does java Broker (0.10) support federation ? If so, what tools could we use to achieve the same?   thanks Sridevi

New to qpid. qpid-route tools question release.10

2011-05-20 Thread sridevi sanagala
I am trying to setup routes between different instances of java brokers.   1. Could I use qpid-route?   I am getting a null pointer exception ERROR [MINANetworkDriver(Acceptor)-6] (MINANetworkDriver.java:315) - Exception thrown and no ProtocolEngine to handle it java.lang.NullPointerException

Re: cannot restart failed cluster node

2011-05-20 Thread Alan Conway
On 05/18/2011 06:57 AM, stoyan wrote: hello i seem to have had a network failure in my cluster of two nodes - main node A lived on, while on node B qpid quit. now, there are two queues (Q1, Q2 with same routing key) and after this incident broker A kept receiving messages to these queues. after s

Connection options: reconnect

2011-05-20 Thread Pavel Moravec
Hi, I have two quite technical questions concerning connection option "reconnect" that defines if the client shall transparently reconnect when the connection is lost (quoting "Programming in Apache Qpid" manual). First question: What the "if the connection is lost" _should_ technically mean?

Re: Java Messaging API

2011-05-20 Thread Rajith Attapattu
As mentioned 0.6 does not support the new address syntax. >From 0.8 on wards support the new address syntax. Make sure you have the correct jar files in the patch. My recommendation is to move to the 0.10 release. Rajith On Thu, May 19, 2011 at 6:08 PM, qpid user 2 wrote: > I added the double q

RE: how to bind exchange to exchange like bind exchange to queue in the same broker?

2011-05-20 Thread Steve Huston
> for example: topic exchange ex-A,ex-A2,ex-A3, i want to bind > ex-A->ex-A2(binding-key='A2'), ex-A->ex-A3('binding-key='A3'), is this > possible? No, not as you've described. What are you trying to accomplish? -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networ

how to bind exchange to exchange like bind exchange to queue in the same broker?

2011-05-20 Thread jun yang
for example: topic exchange ex-A,ex-A2,ex-A3, i want to bind ex-A->ex-A2(binding-key='A2'), ex-A->ex-A3('binding-key='A3'), is this possible? - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/I