[jboss-jira] [JBoss JIRA] (JBMESSAGING-1946) server block to managed messages
Cristian Giardina (JIRA)
jira-events at lists.jboss.org
Fri Jul 12 10:15:21 EDT 2013
Cristian Giardina created JBMESSAGING-1946:
----------------------------------------------
Summary: server block to managed messages
Key: JBMESSAGING-1946
URL: https://issues.jboss.org/browse/JBMESSAGING-1946
Project: JBoss Messaging
Issue Type: Task
Components: JMS Clustering
Affects Versions: 1.4.6.GA
Environment: jboss 5.1.0 GA , JDK 1.6 , J2EE5
Reporter: Cristian Giardina
We have an application deployed in cluster enviroment based on jms messaging ,and sometimes , during the process the server is blocked and stop to manage messages that are in the queue. After the shutdown of one server of the cluster, the other that is up, begin to process the messages blocked in the queue.
We report above the thread dump in which all the threads are blocked.
Here there is an extract of the thread dump:
Thread: WorkerThread#1[192.168.2.129:36518] : priority:5, demon:false, threadId:265, threadState:BLOCKED
- waiting on <0x61c8ef13> (a org.jboss.messaging.core.impl.clusterconnection.MessageSucker)
org.jboss.messaging.core.impl.clusterconnection.MessageSucker.setConsuming(MessageSucker.java:288)
org.jboss.messaging.core.impl.MessagingQueue.informSuckers(MessagingQueue.java:566)
org.jboss.messaging.core.impl.MessagingQueue.access$200(MessagingQueue.java:67)
org.jboss.messaging.core.impl.MessagingQueue$DistributorWrapper.remove(MessagingQueue.java:641)
- locked <0x42f03375> (a org.jboss.messaging.core.impl.MessagingQueue$DistributorWrapper)
org.jboss.jms.server.endpoint.ServerConsumerEndpoint.localClose(ServerConsumerEndpoint.java:524)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list