[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Security Configuration --- getting confused

gaohoward do-not-reply at jboss.com
Tue Apr 28 06:10:16 EDT 2009


and the jbm-jms.xml

  | <deployment xmlns="urn:jboss:messaging"
  |             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |             xsi:schemaLocation="urn:jboss:messaging ../schemas/jbm-jms.xsd ">
  |    <!--the connection factory used by the example-->
  |    <connection-factory name="ConnectionFactory">
  |       <connector-ref connector-name="netty-connector"/>
  |       <entries>
  |          <entry name="ConnectionFactory"/>
  |          <entry name="XAConnectionFactory"/>
  |          <entry name="java:/ConnectionFactory"/>
  |          <entry name="java:/XAConnectionFactory"/>
  |       </entries>
  |    </connection-factory>
  | 
  |    <topic name="genericTopic">
  |       <entry name="/topic/genericTopic"/>
  |    </topic>
  | 
  |    <topic name="news.europe.europeTopic">
  |       <entry name="/topic/europeTopic"/>
  |    </topic>
  | 
  |    <topic name="news.us.usTopic">
  |       <entry name="/topic/usTopic"/>
  |    </topic>
  | 
  | </deployment>
  | 



View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227234#4227234

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227234



More information about the jboss-dev-forums mailing list