[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-1384) create a mbean which can integrate stompconnect in jboss
Tim Fox (JIRA)
jira-events at lists.jboss.org
Sat Sep 13 09:14:28 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tim Fox updated JBMESSAGING-1384:
---------------------------------
Fix Version/s: 1.4.1.GA
> create a mbean which can integrate stompconnect in jboss
> --------------------------------------------------------
>
> Key: JBMESSAGING-1384
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1384
> Project: JBoss Messaging
> Issue Type: Feature Request
> Reporter: Arm Gong
> Assignee: Tim Fox
> Fix For: 1.4.0.SP3.CP04, 1.4.1.GA
>
> Attachments: stompservice.zip
>
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list