Below, is what is in my tomee.xml for tomee 2nd instance,

On Wed, Aug 5, 2015 at 5:37 PM, Howard W. Smith, Jr. <smithh032...@gmail.com
> wrote:

> For tomee 2nd instance, I changed server shutdown port, connector port,
> and add the following to tomee.xml:
>

<!--
     Internal ActiveMQ Broker
     http://tomee.apache.org/jms-resources-and-mdb-container.html
-->
<Resource id="MyJmsResourceAdapter" type="ActiveMQResourceAdapter">
  BrokerXmlConfig =  broker:(tcp://localhost:62616)
  ServerUrl       =  tcp://localhost:62616
</Resource>

<Resource id="MyJmsConnectionFactory" type="javax.jms.ConnectionFactory">
  ResourceAdapter = MyJmsResourceAdapter
</Resource>

<Container id="MyJmsMdbContainer" ctype="MESSAGE">
  ResourceAdapter = MyJmsResourceAdapter
</Container>

Reply via email to