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 of data, it may be sent back in multiple response messages (though 100 seems rather low to be triggering that on the normal frame size). Check whether the response has the 'partial' property set, and if so keep fetching another response until it does not.
You can also compare the protocol traces for qpid-stat and your code. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
