Hi Leo,
Here is the result.
According the setting of Internal ActiveMQ Broker in
http://tomee.apache.org/jms-resources-and-mdb-container.html

And add "useJmx=true" to the brokerXmlConfig, that is 

        <Resource id="MyJmsResourceAdapter" type="ActiveMQResourceAdapter">
                brokerXmlConfig = broker:(tcp://localhost:61616)?useJmx=true
                serverUrl       =  vm://localhost    
        </Resource>
        
        <Resource id="MyJmsConnectionFactory" 
type="javax.jms.ConnectionFactory">
                ResourceAdapter = MyJmsResourceAdapter
        </Resource>
        
        <Container id="MyJmsMdbContainer" ctype="MESSAGE">
                ResourceAdapter = MyJmsResourceAdapter
        </Container>

after Tomee starts up, You can find the info of tomee in jconsole local
process .
and connect it , you can find the org.apache.activemq in MBeans Tab. and you
can monitor
the internal ActiveMQ :)

Thanks Leo and Romain



--
View this message in context: 
http://openejb.979440.n4.nabble.com/redelivery-of-MDB-with-BMT-tp4666382p4666421.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to