Thanks you (I have seen the JIRA task). I will take a look on it.

Regards
JB

mast wrote:
Here is a tracker for this issue:
https://issues.apache.org/activemq/browse/SMX4-289

BR
Mathias


Jean-Baptiste Onofré wrote:
Hi Mathias,

when you said "undeploy my SA", do you mean:
- remove SA zip from the hotdeploy directory
- call stop on the SA using the jconsole
- call shutdown on the SA using the jconsole
?

I have made a fix last week to call stop before shutdown but I think it's not related to your issue.

Feel free to open a JIRA task on this topic, I will investigate deeper.

Regards
JB

mast wrote:
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


Reply via email to