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 sun.security.ssl.InputR
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 Message-
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 cus
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?
-Ch
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 e
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 message
On 17 December 2014 at 18:37, Robbie Gemmell
wrote:
>
> On 17 December 2014 at 16:46, Rob Godfrey wrote:
> > On 17 December 2014 at 17:25, Robbie Gemmell
> > wrote:
> >>
> >> On 17 December 2014 at 15:00, Rob Godfrey
> wrote:
> >> > On 17 December 2014 at 15:45, Robbie Gemmell <
> robbie.gemm..
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:
--.--
connectionfactory.myRabbitM
On 17 December 2014 at 16:46, Rob Godfrey wrote:
> On 17 December 2014 at 17:25, Robbie Gemmell
> wrote:
>>
>> On 17 December 2014 at 15:00, Rob Godfrey wrote:
>> > On 17 December 2014 at 15:45, Robbie Gemmell
>> > wrote:
>> >>
>> >> On 17 December 2014 at 13:43, Rob Godfrey
>> wrote:
>> >> >
On 17 December 2014 at 17:25, Robbie Gemmell
wrote:
>
> On 17 December 2014 at 15:00, Rob Godfrey wrote:
> > On 17 December 2014 at 15:45, Robbie Gemmell
> > wrote:
> >>
> >> On 17 December 2014 at 13:43, Rob Godfrey
> wrote:
> >> > On 17 December 2014 at 13:37, Robbie Gemmell <
> robbie.gemm..
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 = amqp://admin:xxx@clien
On 17 December 2014 at 15:00, Rob Godfrey wrote:
> On 17 December 2014 at 15:45, Robbie Gemmell
> wrote:
>>
>> On 17 December 2014 at 13:43, Rob Godfrey wrote:
>> > On 17 December 2014 at 13:37, Robbie Gemmell
>> > wrote:
>> >>
>> >> Hi everyone (please use reply-all to keep both lists on the t
On 17 December 2014 at 15:45, Robbie Gemmell
wrote:
>
> On 17 December 2014 at 13:43, Rob Godfrey wrote:
> > On 17 December 2014 at 13:37, Robbie Gemmell
> > wrote:
> >>
> >> Hi everyone (please use reply-all to keep both lists on the trail),
> >>
> >> I would like to have a discussion around JM
On 17 December 2014 at 13:43, Rob Godfrey wrote:
> On 17 December 2014 at 13:37, Robbie Gemmell
> 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 particu
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 attac
On 17 December 2014 at 13:37, Robbie Gemmell
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
> Destination names via the AM
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 a
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
18 matches
Mail list logo