Re: Cannot connect to RabbitMQ 3.3.5 using qpid-client-0.30

2014-12-17 Thread Wayna Runa
Hi Nathan, This works! In RabbitMQ was necessary: - to create virtual host with /, for example: /MY_VIRTUAL_HOST. - to create a queue in above virtual host - to bind using a routing key with the same name of above queue ... and run Hello.java ! Regards. - wr

JMS Destination handling for AMQP 1.0

2014-12-17 Thread Robbie Gemmell
Hi everyone (please use reply-all to keep both lists on the trail), I would like to have a discussion around JMS destination handling in the JMS Mapping for AMQP 1.0, in particular around how to handle JMS Destination names via the AMQP address field of a link (producer/consumer) source/target

Re: JMS Destination handling for AMQP 1.0

2014-12-17 Thread Rob Godfrey
On 17 December 2014 at 13:37, Robbie Gemmell robbie.gemm...@gmail.com wrote: Hi everyone (please use reply-all to keep both lists on the trail), I would like to have a discussion around JMS destination handling in the JMS Mapping for AMQP 1.0, in particular around how to handle JMS

Compiling qpid on aix 6.1 with xlc 13.1.0

2014-12-17 Thread Chris Whelan
Hi, We have abandoned using gcc on aix to compile qpid and have now moved on to our next problem child, xlc. Boost compiled successfully, but when we try to compile qpid, an argument mismatch apparently occurs. The environment description and details are below. The associated files are

Re: JMS Destination handling for AMQP 1.0

2014-12-17 Thread Robbie Gemmell
On 17 December 2014 at 13:43, Rob Godfrey rob.j.godf...@gmail.com wrote: On 17 December 2014 at 13:37, Robbie Gemmell robbie.gemm...@gmail.com wrote: Hi everyone (please use reply-all to keep both lists on the trail), I would like to have a discussion around JMS destination handling in the

Re: JMS Destination handling for AMQP 1.0

2014-12-17 Thread Rob Godfrey
On 17 December 2014 at 15:45, Robbie Gemmell robbie.gemm...@gmail.com wrote: On 17 December 2014 at 13:43, Rob Godfrey rob.j.godf...@gmail.com wrote: On 17 December 2014 at 13:37, Robbie Gemmell robbie.gemm...@gmail.com wrote: Hi everyone (please use reply-all to keep both lists on the

How to create a Destination to RabbitMQ custom exchange using qpid-client-0.30

2014-12-17 Thread Wayna Runa
Hi there again! I am trying to connect to RabbitMQ queue (AMQP 0-9-1) via custom exchange using Destination (Binding URL) without success. I have tried several definitions of destination, here my JNDI config: --.-- connectionfactory.myRabbitMQConnectionFactory1 =

Re: JMS Destination handling for AMQP 1.0

2014-12-17 Thread Rob Godfrey
On 17 December 2014 at 17:25, Robbie Gemmell robbie.gemm...@gmail.com wrote: On 17 December 2014 at 15:00, Rob Godfrey rob.j.godf...@gmail.com wrote: On 17 December 2014 at 15:45, Robbie Gemmell robbie.gemm...@gmail.com wrote: On 17 December 2014 at 13:43, Rob Godfrey

Re: JMS Destination handling for AMQP 1.0

2014-12-17 Thread Robbie Gemmell
On 17 December 2014 at 16:46, Rob Godfrey rob.j.godf...@gmail.com wrote: On 17 December 2014 at 17:25, Robbie Gemmell robbie.gemm...@gmail.com wrote: On 17 December 2014 at 15:00, Rob Godfrey rob.j.godf...@gmail.com wrote: On 17 December 2014 at 15:45, Robbie Gemmell robbie.gemm...@gmail.com

Re: How to create a Destination to RabbitMQ custom exchange using qpid-client-0.30

2014-12-17 Thread Nathan Kunkee
On 12/17/2014 10:45 AM, Wayna Runa wrote: Hi there again! I am trying to connect to RabbitMQ queue (AMQP 0-9-1) via custom exchange using Destination (Binding URL) without success. I have tried several definitions of destination, here my JNDI config: --.--

Re: JMS Destination handling for AMQP 1.0

2014-12-17 Thread Rob Godfrey
On 17 December 2014 at 18:37, Robbie Gemmell robbie.gemm...@gmail.com wrote: On 17 December 2014 at 16:46, Rob Godfrey rob.j.godf...@gmail.com wrote: On 17 December 2014 at 17:25, Robbie Gemmell robbie.gemm...@gmail.com wrote: On 17 December 2014 at 15:00, Rob Godfrey

Re: How to create a Destination to RabbitMQ custom exchange using qpid-client-0.30

2014-12-17 Thread Wayna Runa
Thanks Nathan for your information. I tried with: destination.myDest1 = BURL:direct://ex_test1/rk_test1/ .. but I have not get to publish message in RabbitMQ queue. When I use the below destinations, using *amq.direct* exchange (internal and default exchanges in rabbitmq), I can publish

Re: How to create a Destination to RabbitMQ custom exchange using qpid-client-0.30

2014-12-17 Thread Nathan Kunkee
On 12/17/2014 01:15 PM, Wayna Runa wrote: Thanks Nathan for your information. I tried with: destination.myDest1 = BURL:direct://ex_test1/rk_test1/ .. but I have not get to publish message in RabbitMQ queue. When I use the below destinations, using *amq.direct* exchange (internal and default

Re: Compiling qpid on aix 6.1 with xlc 13.1.0

2014-12-17 Thread Chuck Rolke
Hi Chris, In your makeAllOutput.txt file you are getting boost (1_57) warnings right off the bat. I've never used any boost beyond 1_53 on linux or windows but 1_53 works on both of those platforms. Could you try downgrading your boost to 1_53, a known good on Windows and Linux version?

RE: Compiling qpid on aix 6.1 with xlc 13.1.0

2014-12-17 Thread Steve Huston
I don't think the boost warnings are pertinent in this case, and boost is tough to get built with xlC, so for the time being, I'd let that dog lie. It smells like a mismatch between std::vector arguments between xlC and what the code expects. I'd chase that one down first. If I get done with

RE: Compiling qpid on aix 6.1 with xlc 13.1.0

2014-12-17 Thread Chris Whelan
Thanks Steve and Chuck. I will hold off on downgrading boost. I don't know if it will help at all, but I am also trying to get approval to lease a clean AIX 7.1 environment to try the compile in, but I am not sure what the timeline will be for that. Regards, Chris -Original

How to auto-reconnect from java.net.SocketException: Connection reset

2014-12-17 Thread FerGabPereira
Hello i need to handle this exception java.net.SocketException: Connection reset at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at sun.security.ssl.InputRecord.readFully(Unknown Source) at