Hi,
I'm depoying(hotdeploy) a SA into smx, the SA has an jms su that holds
diffrent jms endpoints:
Here is a snapshot of my xbean.xml conf:
<jms:endpoint service="dyna:CarLookupService"
endpoint="endpoint"
role="provider"
destinationStyle="queue"
jmsProviderDestinationName="queue/CLQ"
defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
connectionFactory="#connectionFactory" />
<amq:connectionFactory id="connectionFactory"
brokerURL="tcp://localhost:61616" />
Everything works fine and the jms-endpoint queues are up and running and
receving messages.
I am using jconsole to surveillance and confirm this. However when I
undeploy my SA that is containing the jms su the queues are still there even
after i restart smx. How can I remove the queues that I no longer have any
need for from the amq broker? Am I doing anything out of the league here so
to speak?
BR
Mathias
--
View this message in context:
http://www.nabble.com/Amq-queues-exists-after-delete-of-sa-containing-a-jms-provider-su-tp23757766p23757766.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.