Re: [Router][Java Broker] connect failed between Router & Java Broker

2015-12-07 Thread Keith W
Hi Olivier For the Java Broker, you are correct that it defaults to a PlainPasswordProvider assigned to the AMQP port, so it will fail unless you have the client authenticate. If you didn't change this already, then I would have expected your first experiment (AMQP client direct to Java Broker) t

Re: [Router][Java Broker] connect failed between Router & Java Broker

2015-12-07 Thread Ted Ross
You should turn on the proton trace for the router to get more detailed information about what is happening. To get even more detailed, you can use tcpdump to get a trace of the communication. PN_TRACE_FRM=1 qdrouterd ... -Ted On 12/07/2015 02:40 PM, Olivier Mallassi wrote: Hello everyb

[Router][Java Broker] connect failed between Router & Java Broker

2015-12-07 Thread Olivier Mallassi
Hello everybody, I am facing an issue while (attempting to connect the router and a java broker) - I have a JMS client *successfully* publishing to the Java broker (AMQP 1.0) w/ the following url env.put("connectionfactory.qpidConnectionfactory", "amqp:// 192.168.56.103:1?clientid=test-clien

Re: [JMS] [AMQP 1.0] link definition and guarantee delivery

2015-12-07 Thread Olivier Mallassi
@Robbie, thank you for clarification On Mon, Dec 7, 2015 at 1:07 PM, Robbie Gemmell wrote: > On 4 December 2015 at 19:09, Olivier Mallassi > wrote: > > Hello all > > > > I am beginning to figure out how the JMS & AMQP specs. yet I am facing a > > copule of questions: > > > > *1/ competing & non

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-07 Thread Lorenz Quack
+1 On 03/12/15 15:06, Oleksandr Rudyy wrote: Hi folks, I would like to initiate new voting to release Qpid Java Components 6.0.0 RC5 as the final 6.0.0. Maven release artifacts are available from maven staging repo at: https://repository.apache.org/content/repositories/orgapacheqpid-1056 Sou

Re: qpid dispatch & transaction

2015-12-07 Thread aconway
On Fri, 2015-12-04 at 15:19 -0500, Ted Ross wrote: > Olivier, > > Please be advised that the Messenger API in proton is not getting a > lot > of developer attention. The development effort has shifted to the > reactive APIs and it's likely that the reactive interfaces are what > are > going to

Re: [JMS] [AMQP 1.0] link definition and guarantee delivery

2015-12-07 Thread Robbie Gemmell
On 4 December 2015 at 19:09, Olivier Mallassi wrote: > Hello all > > I am beginning to figure out how the JMS & AMQP specs. yet I am facing a > copule of questions: > > *1/ competing & non competing consumers: * > > using amqp 0.10 and Jms destinations, I was able to publish my events on > amq.top