[jboss-user] [JBoss Messaging Users] - Re: JBoss5.0GA+hsql have the following exception(shutdown se
amalraj.palanichamy
do-not-reply at jboss.com
Thu Oct 29 07:53:10 EDT 2009
Additional Info : I am using Null Persistence Unit for JMS (JBoss Messaging)
Configuration:
<?xml version="1.0" encoding="UTF-8"?>
|
| <!--
| Null persistence config.
|
| Use this if you don't actually want to persist anything
|
| $Id$
| -->
|
| <server>
|
| <!-- Persistence Manager MBean configuration
| ======================================== -->
|
| <mbean code="org.jboss.messaging.core.jmx.NullPersistenceManagerService"
| name="jboss.messaging:service=PersistenceManager"
| xmbean-dd="xmdesc/NullPersistenceManager-xmbean.xml"/>
|
| <!-- Messaging Post Office MBean configuration
| ========================================= -->
|
| <mbean code="org.jboss.messaging.core.jmx.MessagingPostOfficeService"
| name="jboss.messaging:service=PostOffice"
| xmbean-dd="xmdesc/MessagingPostOffice-xmbean.xml">
|
| <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
| <!-- <depends optional-attribute-name="TransactionManager">jboss:service=TransactionManager</depends> -->
| <!-- The name of the post office -->
|
| <attribute name="PostOfficeName">JMS post office</attribute>
|
| <!-- This post office is clustered. If you don't want a clustered post office then set to false -->
|
| <attribute name="Clustered">false</attribute>
|
| </mbean>
|
| <!-- Messaging JMS User Manager MBean config
| ======================================= -->
|
| <mbean code="org.jboss.jms.server.plugin.JDBCJMSUserManagerService"
| name="jboss.messaging:service=JMSUserManager"
| xmbean-dd="xmdesc/JMSUserManager-xmbean.xml">
| <depends optional-attribute-name="TransactionManager">jboss:service=TransactionManager</depends>
| </mbean>
|
| </server>
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262927#4262927
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262927
More information about the jboss-user
mailing list