johncattanach
Programmer
Hi,
I've implemented an application where one app submits a request via jms topic on distributed queue, then a message driven ejb processes it.
Works ok, except now and again a new release of the ejb will have a bug, in which case the ejb fails, doesn't process the topic, trys again, fails,... ad infinitum.
2 questions:
Is there any way to remove the topic from the server e.g. via the console?
Is there anyway to alter this behaviour i.e. remove the topic on failure?
Thanks
I've implemented an application where one app submits a request via jms topic on distributed queue, then a message driven ejb processes it.
Works ok, except now and again a new release of the ejb will have a bug, in which case the ejb fails, doesn't process the topic, trys again, fails,... ad infinitum.
2 questions:
Is there any way to remove the topic from the server e.g. via the console?
Is there anyway to alter this behaviour i.e. remove the topic on failure?
Thanks