[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1384) create a mbean which can integrate stompconnect in jboss

Arm Gong (JIRA) jira-events at lists.jboss.org
Thu Jun 26 23:03:58 EDT 2008


create a mbean which can integrate stompconnect in jboss
--------------------------------------------------------

                 Key: JBMESSAGING-1384
                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1384
             Project: JBoss Messaging
          Issue Type: Feature Request
            Reporter: Arm Gong
         Assigned To: Tim Fox


write a mbean which integrate stompconnect within jboss, the source code in attached file.

attention :
 1 the stompconnect.jar had modified,the modified code in stompconnectmodify dir.
don't use stompconnect.jar download from the stompconnect website
 2 only one attribute need to config in jboss-service.xml
 <?xml version="1.0" encoding="UTF-8"?>

<server>
  <mbean code="com.armtech.StompService" name="armtech.com:service=Stomp">
         <attribute name="Url">tcp://127.0.0.1:61613</attribute>
<depends>        jboss.messaging.destination:service=Topic,name=testTopic
    </depends>
 </mbean>
</server>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list