[Broker-J v7.0.6] Connection Pool Churning

2019-01-29 Thread sidarthsc
We're noticing a lot of churn in our connection pool, with connections being opened/closed frequently. Our ExceptionListener frequently gets triggered by a connection being closed with the following stacktrace: javax.jms.JMSException: Connection closed by external action at org.apache.qpid

QPID Proton Python Client time out

2019-01-29 Thread Ahteshamuddin Mohammad
Hi, I am trying to coonect my python client to amazon mq(AMQP) with qpid proton library but I am getting timeout error. So, May I know any reason for this behavior. Thanks

QPID feature to synchronize messages

2019-01-29 Thread Bee k
Does QPID have feature to hold incoming messages for certain duration and sort them out by a value in the content (i.e. message ID) before publishing the messages?

qpid-cpp - crash in pn_connection_finalize

2019-01-29 Thread Olivier Delbeke
Hi all, I'm facing very important reliability issues with qpid-proton cpp (0.26.0 but also yesterday's master) Here is my situation : I have several proton::messaging_handler's, one for each of my connections. Some handlers are "senders" ; they have one link that is a proton::sender. Some han

Re: Exclusive queues and configuration export

2019-01-29 Thread Oleksandr Rudyy
Hi Igor, You can create new nodes by using your own initial configuration file [1]. The broker configuration is created from an initial configuration (some sort of template) on first start-up. If no initial configuration is provided, the default one [2] is used. You can create your own initial con