Re: Client to broker connection status using C++ API

2019-03-04 Thread trivedi_ravi13
Yes it's indeed fragmented. One message contains 100 records. It worked after handling "partial". Thank you. -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html - To unsubscribe, e-mail: users-unsubs

Re: Client to broker connection status using C++ API

2019-03-01 Thread Gordon Sim
On 01/03/2019 9:53 am, trivedi_ravi13 wrote: Hi Gordan, I am using following code to get the list of connections. However, I found it gives me only first 100 connections. When I use "qpid-stat" it shows me all the connections even beyond 100. What's wrong with this code? If there is a lot

Re: Client to broker connection status using C++ API

2019-03-01 Thread trivedi_ravi13
Hi Gordan, I am using following code to get the list of connections. However, I found it gives me only first 100 connections. When I use "qpid-stat" it shows me all the connections even beyond 100. What's wrong with this code? int main(int argc, char** argv) { Connection c("127.0.0.1:5672

Re: Client to broker connection status using C++ API

2018-10-18 Thread Chris Richardson
On Wed, 17 Oct 2018 at 18:00, Gordon Sim wrote: > On 17/10/18 17:15, trivedi_ravi13 wrote: > > Hi, > > > >I've a requirement to monitor if a particular client is connected > > successfully to the broker or not periodically. Is there a way using C++ > > APIs to get the status of all connected

Re: Client to broker connection status using C++ API

2018-10-17 Thread trivedi_ravi13
Yeah got some idea from this http://apache-qpid-users.2158936.n2.nabble.com/Number-of-messages-in-a-queue-td6382025.html . Just changed schemas and it's working for me, Thanks ! -- Sent from: http:/

Re: Client to broker connection status using C++ API

2018-10-17 Thread Gordon Sim
On 17/10/18 17:15, trivedi_ravi13 wrote: Hi, I've a requirement to monitor if a particular client is connected successfully to the broker or not periodically. Is there a way using C++ APIs to get the status of all connected clients on Qpid 0.24 ? Yes. Different brokers have different schema

Client to broker connection status using C++ API

2018-10-17 Thread trivedi_ravi13
Hi, I've a requirement to monitor if a particular client is connected successfully to the broker or not periodically. Is there a way using C++ APIs to get the status of all connected clients on Qpid 0.24 ? Regards, Ravi Trivedi -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-user