Hi

Did you configure web console context to reuse tomee AMQ? It needs to
select the right spring context IIRC setting a system property.

Le 16 juil. 2016 13:26, "sureshshine" <sureshselvamj...@gmail.com> a écrit :

> Hi All ,
>
> I integrated ActiveMQ Web Console with TomEE+ and I am able to access the
> web console.
>
> I added the below queue in tomee.xml and the queue ContactQueue1 was not
> available in the ActiveMQ web console.
>
>       <Resource id="MyJmsResourceAdapter" type="ActiveMQResourceAdapter">
>         BrokerXmlConfig =  broker:(tcp://localhost:61616)?useJmx=true
>         ServerUrl       =  tcp://localhost:61616
>     </Resource>
>
>     <Resource id="MyJmsConnectionFactory"
> type="javax.jms.ConnectionFactory">
>         ResourceAdapter = MyJmsResourceAdapter
>     </Resource>
>
>     <Container id="MyJmsMdbContainer" ctype="MESSAGE">
>         ResourceAdapter = MyJmsResourceAdapter
>     </Container>
>
>     <Resource id="ContactQueue1" type="javax.jms.Queue"/>
>     <Resource id="ContactTopic1" type="javax.jms.Topic"/>
>
> If I create a queue for both producer and consumer through Java console
> Program then the queue was created and available in the ActiveMQ Web
> Console. ( Ex -  Destination adminQueue =
> session.createQueue(clientQueueName);)
>
> Please let me know why the ContactQueue1 was not available in the Web
> Console ? Am I Missed anything ?
>
> Thanks in Advance
>
> Suresh
>
>
>
>
> --
> View this message in context:
> http://tomee-openejb.979440.n4.nabble.com/Integrate-ActiveMQ-web-console-with-TomEE-Plus-tp4679322.html
> Sent from the TomEE Users mailing list archive at Nabble.com.
>

Reply via email to