Re: Status monitoring

2018-01-14 Thread Daniel Gavrila
done also with the API ? Best regards, Daniel > On 13.01.2018, at 17:23, Jakub Scholz <ja...@scholz.cz> wrote: > > The LVQ queue is able to persist these messages to disk like any other > queue. So they can survive restart. > > Jakub > > On Sat, Jan 13, 2018 at 4:55

Re: Status monitoring

2018-01-14 Thread Daniel Gavrila
he sensor is shutting down. It would overwrite the > previous status and later expire and be removed automatically. > > Regards > Jakub > > On Sun, Jan 14, 2018 at 2:46 PM, Daniel Gavrila <d.gavr...@icloud.com> > wrote: > >> >> These are good news! >> I think

Re: Status monitoring

2018-01-13 Thread Daniel Gavrila
, Daniel > On 13.01.2018, at 12:55, Andreas Welchlin <andr...@welchlin.de> wrote: > > Hello Daniel, > > this should work using a last value queue. > > Kind Regards, > Andreas > > Am 13. Januar 2018 12:19:57 MEZ schrieb Daniel Gavrila <d.gavr...@icloud.com>

Re: example selected_recv.cpp

2018-01-12 Thread Daniel Gavrila
the items of the map_filters? With one AND or with the OR operator ? Sent from my iPad > On 12.01.2018, at 12:44, Gordon Sim <g...@redhat.com> wrote: > >> On 12/01/18 08:48, Daniel Gavrila wrote: >> My environment: >> Proton v. 0.19 >> C++ Broker v.1.37

Status monitoring

2018-01-13 Thread Daniel Gavrila
Hello, My environment is: C++ Proton v. 0.19 C++ Broker v.1.37 configured with AMQP 1.0 I have to implement the following use case scenario. The network contains N publishers(sensors) . When one sensor starts it publish to the queue OverviewStatus one message that contains some

example selected_recv.cpp

2018-01-12 Thread Daniel Gavrila
Hello, My environment: Proton v. 0.19 C++ Broker v.1.37 configured with AMQP 1.0 I have problems with setting up correctly the example and to test it. 1. Do you have also a sender example that works with the selected_recv ? 2. Which configuration do I need to make in the broker ?

Re: Browsing the whole LVQ

2018-01-31 Thread Daniel Gavrila
Hi Gordon, Thanks for your answer.I think I can manage this, but it would be really nice if you can write a sample. I‘ve noticed that in proton 0.20 you‘ve added the sample colour_send.cpp for the filtering. I think it would be useful for everyone if the samples are organized after use case

Re: Type of node with Proton library

2018-02-09 Thread Daniel Gavrila
Hi Chris, Many thanks for your answer. I‘m still confusing about all this terminology in the Apache Qpid project. For me the „Proton library“ is the library that lives under „proton“ namespace. As you very well remarked the answer was already in mine question but for the library that lives

Re: Status monitoring

2018-01-16 Thread Daniel Gavrila
> On 14. Jan 2018, at 16:04, Daniel Gavrila <d.gavr...@icloud.com> wrote: > > > > Thanks Jakub for suggestion! > >> On 14. Jan 2018, at 15:12, Jakub Scholz <ja...@scholz.cz> wrote: >> >> How do you plan to implement this: "Before the s