Probably the best approach is the Jolokia endpoint which provides HTTP (REST-like) access to those values.
If there's a C# compatible means to access those settings via JMX, that would be good - maybe even preferable. Art On Thu, Aug 30, 2018 at 7:00 PM, [email protected] < [email protected]> wrote: > Hi Team, > > I'm in need of getting the Pending list of below details programatically > using C#.. can you please help me to get the similar details like this > appreciates your help Thanks Sridhar > > memoryUsage=0 > dequeueCount=0 > inflightCount=0 > messagesCached=0 > averageEnqueueTime=0.0 > destinationName=queue://TEST.FOO > size=1 > memoryPercentUsage=0 > producerCount=0 > consumerCount=0 > minEnqueueTime=0.0 > maxEnqueueTime=0.0 > dispatchCount=0 > expiredCount=0 > enqueueCount=1 > memoryLimit=67108864 > > > > -- > Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev- > f2368404.html >
