You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "sridhar.infotech@gmail.com" <sr...@gmail.com> on 2018/08/31 02:00:56 UTC

Activemq Statistics Plugin .net

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

Re: Activemq Statistics Plugin .net

Posted by Arthur Naseef <ar...@amlinv.com>.
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, sridhar.infotech@gmail.com <
sridhar.infotech@gmail.com> 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
>