Tagged Questions
1
vote
2answers
55 views
hornetq “listMessagesAsJson” not working
I'm using hornetq for awhile now and it's been ok until recently.
I have a problem like this: i have some messages that are "stuck" in the queue (i am working with in client-acknowledge mode, so the ...
0
votes
2answers
134 views
Can't expose data as graph in nagios
I am monitoring Message Count attribute of JMS Queue using Nagios. For that I am using check_jmx plugin and it gives the output as "JMX OK MessageCount=400". I configured graph for this service, but ...
0
votes
3answers
213 views
How to do JMX over JMS?
I need to enhance the JMX interfaces of a distributed java application. The reason for choosing JMX is the simplicity of exposing data. These distributed apps exist in several different machines ...
0
votes
1answer
36 views
Showing wrong message count in horneq-2.2.5 Final
I am using hornetq-2.2.5 Final. I sent 1 million messages to a queue, after that consumed all messages from the queue. When I looked through Jconsole, MessagesAdded was 1000000 and MessageCount was ...
0
votes
1answer
51 views
Connection not cleaned up if client failure occurs abruptly without closing the resources
I am using hornetq-2.2.14 Final and configured connection-ttl in hornetq-jms.xml is 60000ms . I have a publisher program which sends messages to a topic and a Consumer program which consumes messages ...
2
votes
0answers
83 views
How to connect to JMX service on Glassfish from within an EJB?
I have a message-driven EJB deployed to a Glassfish 2.x system. When I get a message that causes an exception or isn't able to be sent or consumed, I would like to do one of the following things:
...
1
vote
2answers
288 views
Creating and deleting jms queues using jmx in websphere 8.5
I am searching for a way to create and delete jms queues using jmx through a java client.
I know we do get AdminClient for jmx administration. But I am not able to get which mbean
we can use to ...
0
votes
1answer
999 views
Check messages posted to queue in boss
Hi I have added this code
<mbean code="org.jboss.mq.server.jmx.Queue"
name="jboss.mq.destination:service=Queue,name=myQueue">
<depends ...
2
votes
1answer
450 views
Using JMX / JMS to broadcast a message to all sessions of a web app?
I have a Spring MVC web app running on my server. Recently I wanted to add a functionality to notify any logged in users that their role has changed, so they can logout and in again.
I thought about ...
0
votes
1answer
145 views
Error connecting to Hornetq from Tomcat
I'm having this error when I have a standalone Hornetq running I'm trying to connect to it from tomcat. I get this error :
javax.management.InstanceNotFoundException: ...
1
vote
1answer
620 views
DefaultMessageListenerContainer managed with JMX + ActiveMQ Multiple Consumers on a Single Queue
Say you have two Spring DefaultMessageListenerContainer listening on the same Queue (ActiveMQ for example), started in different VMs.
Send 1 000 000 messages in. After 500 000 of messages you want ...
1
vote
1answer
269 views
How to get details of MessageReceivers of JMS Queue(HornetQ deployed in JBoss AS6)?
I need to get details of Message Receivers which are connected to JMS Queue,
I am using HornetQ which is deployed in JBoss AS6.
Is there such operation/API already defined in JMX/JMS?
Any other ...
2
votes
1answer
280 views
Is it necessary JMX provider (or application server) to use JMX?
This is similar case like JMS and JMS provider? Or can I use JMX without application server and JMX provider?
7
votes
1answer
5k views
JMS and JMX tutorials?
i am preparing for an interview which requires a bit hands on JMS and JMX, but i didnt work on these. so need any video tutorial links which can make me understand quickly.
thanks.
0
votes
1answer
89 views
can any one give me some sample code on how to generate a mail if value exceeds thrsold
hi i am monitoring jvm and i am getting it statics like memory,number of threads etc
and i want to generate mail notification depending on that conditions. can any give me some sample code on how to ...