uesday, May 7, 2013 7:39:37 PM
Subject: Re: Exception when calling close - Java client/C++ broker.
Hi Pavel,
Thanks for having a go reproducing this, I'm afraid that the detail is a
bit second hand, but the issue was specifically with pretty big message
size with a persistent queue using the c++
s and mine).
Kind regards,
Pavel
- Original Message -
> From: "Fraser Adams"
> To: users@qpid.apache.org
> Sent: Tuesday, May 7, 2013 7:39:37 PM
> Subject: Re: Exception when calling close - Java client/C++ broker.
>
> Hi Pavel,
> Thanks for having a go rep
Fac = (ConnectionFactory)
ctx.lookup("qpidConnectionfactory");
Connection connection = conFac.createConnection("guest", "guest");
Destination destination = new AMQAnyDestination(address);
Session session = connection.createSession(false,
Session.AUTO_A
BytesMessage msg = session.createBytesMessage();
for (int i=0; i From: "Fraser Adams"
> To: users@qpid.apache.org
> Sent: Friday, May 3, 2013 9:17:05 AM
> Subject: Exception when calling close - Java client/C++ broker.
>
> Hi all,
> A colleague of mine mailed
Hi all,
A colleague of mine mailed me the other day with some behaviour I hadn't
come across before.
in précis he was messing about with a Java client and C++ broker (Qpid
0.18 I believe but I doubt that's relevant here).
The client was very simple: create Connection, create Session, create