Re: An Imperative API AMQP client written in Java

2021-02-22 Thread Timothy Bish
I wanted to provide a short update on this client work. * The client now has working reconnect support with configuration options for max reconnect attempts, max delay between attempts etc having been made available. * New examples have been created to demonstrate the basics of enabling

Re: qpid-jms-client-56.0 - Prod issue - consumer stopped receiving message without any connection failure and detached receiver error

2021-02-22 Thread akabhishek1
Hi Robbie, Thanks a lot for quick suggestion. We have implemented JmsConnectionListener and planned to roll out in lower environmnet. This will give us more granular details for any connection failure, session/producer closer. We will let you know if we found any root cause. Regards, Abhishek

Re: Help needed with first steps with libqpid-proton-cpp

2021-02-22 Thread Alexander Nagel
On Fri, 19 Feb 2021 10:04:26 + Robbie Gemmell wrote: > On Thu, 18 Feb 2021 at 15:20, Alexander Nagel > wrote: > > > > Hi folks, > > > > I'm trying to build a client for a rabbitmq broker. > > The client should send messages. > > > > I'm following the examples like > >