I have installed the Messenger libraries and added them to my webapp.  I
copied the EchoMDO object and now I'm trying to have it received a topic
but it is not receiving any messages.  I have everything working without
the Messenger library so I believe I have my JBossMQ configured
correctly.  

I didn't change MessengerJBoss.xml except to rename it Messenger.xml.
Is this OK?

In subscriptions.xml I have:

  <subscription messenger="topic" destination="topic/pingTopic">
    <listener className="com.idtect.oemserver.message.EchoMDO"/>
  </subscription>

And in my destinations-service.xml file for JBossMQ I have:

  <mbean code="org.jboss.mq.server.jmx.Topic"
         name="jboss.mq.destination:service=Topic,name=pingTopic">
    <depends
optional-attribute-name="DestinationManager">jboss.mq:service=Destinatio
nManager</depends>
    <depends
optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManag
er</depends>
    <attribute name="SecurityConf">
      <security>
        <role name="guest" read="true" write="true"/>
        <role name="publisher" read="true" write="true" create="false"/>
        <role name="durpublisher" read="true" write="true"
create="true"/>
      </security>
    </attribute>
  </mbean>

I believe I have everything configured right but I'm not sure.  Any help
would be appreciated.

Michael


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to