Re: How to make Qpid broker persistent?

2015-09-03 Thread Michael Ivanov
Sorry to intrude into your discussion, but I have related question. You have mentioned that the messages can be both durable and non-durable. How this is controlled in proton? I need all my durable queues to be persistend over qpidd restart but I don't care about messages. When I have installed lin

Re: Subscribing to Dispatch Router Events

2015-09-03 Thread aconway
On Thu, 2015-09-03 at 19:07 +, Gibson, Jack wrote: > Alan - > > Pretty much what I was thinking. We should be able to create > multiple > subscriptions per link/session/connection that allow you to specify > either > a selector or filter such that you can receive notifications of > monitorabl

Re: How to make Qpid broker persistent?

2015-09-03 Thread Ted Ross
Jjw, The statistics that you are showing are actually consistent and correct. Before shutdown there are 3 enqueues and 3 dequeueus, resulting in zero queued messages (the queue-depth). After restart, the statistics show the same expected queue-depth of zero. Are you consuming the messages

Re: How to make Qpid broker persistent?

2015-09-03 Thread jjw tectec
Hi Gordon, Thanks so much for your help. I think I got this to work partially now. The Linear Store inside the broker seems to be working, because I see the below messages: 2015-09-03 15:39:58 [Store] info Linear Store: Most recent persistence id found: 0x0 2015-09-03 15:39:58 [Store] info Linear

Re: How to make Qpid broker persistent?

2015-09-03 Thread Gordon Sim
On 09/03/2015 08:16 PM, jjw tectec wrote: Thanks for your reply. I had tried many different command options before, they all had different problems. Below is the output of the execution: ./qpidd -p 5672 --auth no --load-module ./linearstore.so 2015-09-03 14:12:50 [Broker] notice Broker (pid=627

Re: How to make Qpid broker persistent?

2015-09-03 Thread jjw tectec
Thanks for your reply. I had tried many different command options before, they all had different problems. Below is the output of the execution: ./qpidd -p 5672 --auth no --load-module ./linearstore.so 2015-09-03 14:12:50 [Broker] notice Broker (pid=6278) start-up 2015-09-03 14:12:50 [Store] noti

Re: Subscribing to Dispatch Router Events

2015-09-03 Thread Gibson, Jack
Alan - Pretty much what I was thinking. We should be able to create multiple subscriptions per link/session/connection that allow you to specify either a selector or filter such that you can receive notifications of monitorable or actionable events such as link/connection failures, connects/disco

Re: How to make Qpid broker persistent?

2015-09-03 Thread Gordon Sim
On 09/03/2015 07:43 PM, jjw tectec wrote: Hello, I'm trying to make my qpid broker persistent, but have been getting some issues. Below is my cmake output, which indicates Legacystore disabled and Linearstore enabled. (I do see linearstore.so in the build/src folder by the way.) -- Found Berkel

Re: Subscribing to Dispatch Router Events

2015-09-03 Thread aconway
On Thu, 2015-09-03 at 11:57 -0400, Ted Ross wrote: > Jack, > > We have not implemented any form of notification in the management > agent > yet. This is something we are interested in providing and also > contributing to the in-progress management specification at OASIS. > > -Ted > > On 09/03

How to make Qpid broker persistent?

2015-09-03 Thread jjw tectec
Hello, I'm trying to make my qpid broker persistent, but have been getting some issues. Below is my cmake output, which indicates Legacystore disabled and Linearstore enabled. (I do see linearstore.so in the build/src folder by the way.) -- Found BerkeleyDB: /usr/lib/x86_64-linux-gnu/libdb_cxx.so

Re: Subscribing to Dispatch Router Events

2015-09-03 Thread Ted Ross
Jack, We have not implemented any form of notification in the management agent yet. This is something we are interested in providing and also contributing to the in-progress management specification at OASIS. -Ted On 09/03/2015 11:25 AM, Gibson, Jack wrote: Trying to figure out if there is

Subscribing to Dispatch Router Events

2015-09-03 Thread Gibson, Jack
Trying to figure out if there is an easy way to subscribe to router events like we can with the QMF console? Currently, we are repeatedly calling the $management address but that's a bit wonky. Any pointers would be great. Jack Gibson, Jack Chief Architect - Core Payments Platforms PayPal