Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-432

Rename hajndi-jms-ds.xml to use something independent between mq and messaging

    XMLWordPrintable

Details

    Description

      Are these connection factories needed for jbossmessaging? If so should they me jboss.messaging ?

      <mbean code="org.jboss.jms.jndi.JMSProviderLoader"
      name="jboss.mq:service=JMSProviderLoader,name=HAJNDIJMSProvider">
      <attribute name="ProviderName">DefaultJMSProvider</attribute>
      <attribute name="ProviderAdapterClass">
      org.jboss.jms.jndi.JNDIProviderAdapter
      </attribute>
      <!-- The combined connection factory -->
      <attribute name="FactoryRef">XAConnectionFactory</attribute>
      <!-- The queue connection factory -->
      <attribute name="QueueFactoryRef">XAConnectionFactory</attribute>
      <!-- The topic factory -->
      <attribute name="TopicFactoryRef">XAConnectionFactory</attribute>
      <!-- Access JMS via HAJNDI -->
      <attribute name="Properties">
      java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
      java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
      java.naming.provider.url=${jboss.bind.address:localhost}:1100
      jnp.disableDiscovery=false
      jnp.partitionName=${jboss.partition.name:DefaultPartition}
      jnp.discoveryGroup=${jboss.partition.udpGroup:230.0.0.4}
      jnp.discoveryPort=1102
      jnp.discoveryTTL=16
      jnp.discoveryTimeout=5000
      jnp.maxRetries=1
      </attribute>
      </mbean>

      <!-- The server session pool for Message Driven Beans -->
      <mbean code="org.jboss.jms.asf.ServerSessionPoolLoader"
      name="jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool">
      <depends optional-attribute-name="XidFactory">jboss:service=XidFactory</depends>
      <attribute name="PoolName">StdJMSPool</attribute>
      <attribute name="PoolFactoryClass">
      org.jboss.jms.asf.StdServerSessionPoolFactory
      </attribute>
      </mbean>

      Attachments

        Activity

          People

            csuconic@redhat.com Clebert Suconic
            rrajasek@redhat.com Rajesh Rajasekaran
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: