[jboss-user] [Messaging, JMS & JBossMQ] - No error messages.... no reciever counts.
hensley
do-not-reply at jboss.com
Tue Nov 7 20:05:30 EST 2006
I am having a production issue trying to get an MDB to register itself as a reciever for a particualr Queue. in the jmx-console it always shows the reciever count as zero and the message count is quickly approaching 10,000. I am using the jdbc persistence manager on Oracle. The exact same configuration works on a windows machine but not on a sun Solaris environment, same jdk version number 1.4.2_08. Below is also the entries from ejb-jar.xml and the jboss.xml. Any advice or idea where to look is greatly appreciated. There is not thing in the log file in the form of an error.
------------------- ejb-jar.xml ---------------------
<message-driven id="MessageDriven_1057523121130">
| <ejb-name>TransactionImportServiceMDB</ejb-name>
| <ejb-class>com._360commerce.commerceservices.transaction.ejb.TransactionImportServiceBean</ejb-class>
| <transaction-type>Container</transaction-type>
| <message-driven-destination id="MessageDrivenDestination__POSLog__1">
| <destination-type>javax.jms.Queue</destination-type>
| </message-driven-destination>
| <ejb-ref id="EjbRef_1057523121261">
| <ejb-ref-name>ejb/TransactionService</ejb-ref-name>
| <ejb-ref-type>Session</ejb-ref-type>
| <home>com._360commerce.commerceservices.transaction.ejb.TransactionServiceHome</home>
| <remote>com._360commerce.commerceservices.transaction.ejb.TransactionServiceRemote</remote>
| <ejb-link>TransactionServiceSB</ejb-link>
| </ejb-ref>
| <ejb-ref id="TransactionImportServiceRefParameterService">
| <ejb-ref-name>ejb/ParameterService</ejb-ref-name>
| <ejb-ref-type>Session</ejb-ref-type>
| <home>com._360commerce.commerceservices.parameter.ejb.ParameterServiceHome</home>
| <remote>com._360commerce.commerceservices.parameter.ejb.ParameterServiceRemote</remote>
| <ejb-link>ParameterServiceSB</ejb-link>
| </ejb-ref>
| <ejb-ref id="EjbRef_1057523121251">
| <ejb-ref-name>ejb/Workflow</ejb-ref-name>
| <ejb-ref-type>Session</ejb-ref-type>
| <home>com._360commerce.commerceservices.workflow.ejb.WorkflowServiceHome</home>
| <remote>com._360commerce.commerceservices.workflow.ejb.WorkflowServiceRemote</remote>
| <ejb-link>WorkflowServiceSB</ejb-link>
| </ejb-ref>
| <ejb-ref id="EjbRef_1057523121231">
| <ejb-ref-name>ejb/FileTransferService</ejb-ref-name>
| <ejb-ref-type>Session</ejb-ref-type>
| <home>com._360commerce.commerceservices.filetransfer.ejb.FileTransferServiceHome</home>
| <remote>com._360commerce.commerceservices.filetransfer.ejb.FileTransferServiceRemote</remote>
| <ejb-link>FileTransferServiceSB</ejb-link>
| </ejb-ref>
| </message-driven>
------------------- jboss.xml -----------------------
| <message-driven>
| <ejb-name>TransactionImportServiceMDB</ejb-name>
| <configuration-name>Standard Message Driven Bean</configuration-name>
| <destination-jndi-name>queue/POSLog</destination-jndi-name>
| </message-driven>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983964#3983964
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983964
More information about the jboss-user
mailing list