[ANNOUNCE] Apache Qpid for Java 6.0.5 released

2016-11-02 Thread Oleksandr Rudyy
The Apache Qpid community is pleased to announce the immediate availability of Apache Qpid for Java 6.0.5. This release incorporates a number of defect fixes and enhancement. The release is available now from our website: http://qpid.apache.org/download.html Binaries are also available via M

Possible thread sync error in proton/qpid-cpp

2016-11-02 Thread Chris Richardson
Hi, As per the subject I'm experiencing a crash which I am _reeaasonably_ sure I've pinpointed to a problem with one of the C/C++ Qpid client libraries. Of course I could also be doing something goofy in which case I apologise profusely! The problem manifests in a number of different ways includi

Re: qpid monitoring tool in GO

2016-11-02 Thread rammohan ganapavarapu
ok, will try and let you know. On Nov 2, 2016 10:27 AM, "Alan Conway" wrote: > On Tue, 2016-11-01 at 12:20 -0700, rammohan ganapavarapu wrote: > > I have "qpid-proton-c-0.14.0-1.el6.x86_64" installed and my borker > > version > > is "qpid-cpp-server-1.35.0-2.el6.x86_64" so the proton-c rpm versi

[Proton-c] [0.14.0] [0.15.0] Event_loop injection is very slow compared to timer schedule

2016-11-02 Thread Adel Boutros
Hello, In Proton 0.12.2, we were able to inject events from other threads to the messaging_handler thread by calling timer.schedule indefinitely and queues storing messages to send. With Proton 0.14.0, We have implemented proton::thread_safe::event_loop() which should replace the above timer

Re: [Proton-c] [0.14.0] [0.15.0] Event_loop injection is very slow compared to timer schedule

2016-11-02 Thread Alan Conway
On Wed, 2016-11-02 at 17:28 +, Adel Boutros wrote: > Hello, > > > In Proton 0.12.2, we were able to inject events from other threads to > the messaging_handler thread by calling timer.schedule indefinitely > and queues storing messages to send. > > > With Proton 0.14.0, We have implemented

Re: qpid monitoring tool in GO

2016-11-02 Thread Alan Conway
On Tue, 2016-11-01 at 12:20 -0700, rammohan ganapavarapu wrote: > I have "qpid-proton-c-0.14.0-1.el6.x86_64" installed and my borker > version > is "qpid-cpp-server-1.35.0-2.el6.x86_64" so the proton-c rpm version > is not > right? > You need qpid-proton-c-devel RPM for the header files which are

Re: Bounding proton sender memory, or: on_sendable and PN_TRANSPORT and buffers, Oh My!

2016-11-02 Thread Alan Conway
On Fri, 2016-10-28 at 00:53 -0700, Cliff Jansen wrote: > This nearly covers the issue I was raising, and most likely addresses > the major use case. > > I was envisaging multiple sessions over the same connection, possibly > with different priorities and flow control needs.  The question > shifts

Re: Issue related to Special Characters

2016-11-02 Thread Rob Godfrey
Did you say you are using bytes messages? How are you converting those messages into character data? My first thought would be that this is an application issue not an issue within Qpid, but it would be good if you could provide some code that demonstrates what you are seeing. Thanks, Rob On 2

Re: Issue related to Special Characters

2016-11-02 Thread Akhil Samnotra
Hi rob , We are using Java client as 1.7, Qpid client is 0.18 Qpid server-0.32 The Java client for AMQP 0-9,0-10 and 0-8 As our Java version was older so on using latest client we were getting some compatibility issue Thanks Sent from my iPhone > On 02-Nov-2016, at 5:49 PM, Rob Godfrey w

Re: Issue related to Special Characters

2016-11-02 Thread Rob Godfrey
Which Java client are you using? The Java client for AMQP 0-9/0-10 or the Qpid JMS client for AMQP 1.0? Are you using the same client at both the sender and the receiver? -- Rob On 2 November 2016 at 11:22, Akhil Samnotra wrote: > Hi Rob, > > Our broker is java , client is java and the versio

Re: Issue related to Special Characters

2016-11-02 Thread Akhil Samnotra
Hi Rob, Our broker is java , client is java and the version we are using is 0.32 version Thanks Akhil Samnotra Sent from my iPhone > On 02-Nov-2016, at 3:38 PM, Rob Godfrey wrote: > > Hi Akhil, > > can you give a little more information about which Broker (C++ / Java), > which client (

Re: Issue related to Special Characters

2016-11-02 Thread Akhil Samnotra
Sent from my iPhone > On 02-Nov-2016, at 3:38 PM, Rob Godfrey wrote: > > Hi Akhil, > > can you give a little more information about which Broker (C++ / Java), > which client (Java, C+, Python, etc), and which versions of the broker and > client you are using? > > Thanks, > Rob > >> On 2 Nov

Re: Issue related to Special Characters

2016-11-02 Thread Rob Godfrey
Hi Akhil, can you give a little more information about which Broker (C++ / Java), which client (Java, C+, Python, etc), and which versions of the broker and client you are using? Thanks, Rob On 2 November 2016 at 08:36, Akhil Samnotra wrote: > Hi, > > We are using Apache qpid as broker between

Issue related to Special Characters

2016-11-02 Thread Akhil Samnotra
Hi, We are using Apache qpid as broker between Oracle 10 g DB and our application. The message that is passed onto QPID is in a byte format and it has both rtf content and the xml content coming from the DB. The encoding used in the database is ISO-8859-1. It was observed when some special chara

Issue with the Special characters in Message Queue

2016-11-02 Thread Akhil Samnotra
Hi, We are using Apache qpid as broker between Oracle 10 g DB and our application. The message that is passed onto QPID is in a byte format and it has both rtf content and the xml content coming from the DB. The encoding used in the database is ISO-8859-1. It was observed when some special chara