[jboss-user] [JBoss Messaging] - Re: Selector Help needed - Possible alternative suggestions

anhminh_tran do-not-reply at jboss.com
Tue Jun 26 06:02:50 EDT 2007


Sorry, here's my connection-factory-service.xml


  | <?xml version="1.0" encoding="UTF-8"?>
  | <server>
  |    <mbean code="org.jboss.jms.server.connectionfactory.ConnectionFactory"
  |       name="jboss.messaging.connectionfactory:service=ConnectionFactory"
  |       xmbean-dd="xmdesc/ConnectionFactory-xmbean.xml">
  |       <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
  |       <depends optional-attribute-name="Connector">jboss.messaging:service=Connector,transport=bisocket</depends>
  |       <depends>jboss.messaging:service=PostOffice</depends>
  | 
  |       <attribute name="JNDIBindings">
  |          <bindings>
  |             <binding>/ConnectionFactory</binding>
  |             <binding>/XAConnectionFactory</binding>
  |             <binding>java:/ConnectionFactory</binding>
  |             <binding>java:/XAConnectionFactory</binding>
  |          </bindings>
  |       </attribute>
  |       
  |       <attribute name="PrefetchSize">1</attribute>
  |    </mbean>
  | </server>
  | 

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

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



More information about the jboss-user mailing list