[jboss-jira] [JBoss JIRA] Created: (JBAS-5973) creation of new message Topic destinations in jboss5.0.0
Dasari Prasad (JIRA)
jira-events at lists.jboss.org
Thu Sep 18 11:50:20 EDT 2008
creation of new message Topic destinations in jboss5.0.0
--------------------------------------------------------
Key: JBAS-5973
URL: https://jira.jboss.org/jira/browse/JBAS-5973
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: JMS (JBoss Messaging)
Affects Versions: JBossAS-5.0.0.CR2
Environment: windows vista
Reporter: Dasari Prasad
Assignee: Clebert Suconic
I am not able to create destination in jboss to make a successful lookup
in %JBOSS_HOME'%\server\default\deploy\messaging\destinations-service.xml
i had given
<mbean code="org.jboss.jms.server.destination.TopicService"
name="jboss.messaging.destination:service=Topic,name=testTopic"
xmbean-dd="xmdesc/Topic-xmbean.xml">
<annotation>@org.jboss.system.deployers.managed.ManagementObjectClass(code=org.jboss.jms.server.destination.TopicServiceMO)</annotation>
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
</mbean>
the server startup has shown that has created the destination but my jndi lookup is failing
can anybody suggest how to configure destinations in jboss5.0.0 for a topic
--
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