[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-17 Thread pbaker01
Anybody? I have seen at least one other unanswered topic regarding this issue: http://www.jboss.com/index.html?module=bbop=viewtopict=133360 Any guidance would be greatly appreciated. PB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197153#4197153 Reply to

[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-16 Thread pbaker01
Hi again Clebert, Thank you for the reply. Starting/Stoping the EAR is not the solution that I am looking for. However, that said, perhaps you are correct. I should focus on the basic problem and that is how to expose the startDelivery and stopDelivery methods in JMX. I want to configure my

[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-16 Thread clebert.suco...@jboss.com
Ok... Now I have a question: With JBoss4 I used to be able to call StopDelivery directly on the MDB. All I had to do is find the MDB MBean, usually with a name like: binding=message-driven-bean,jndiName=local/mdbexam...@1421788223,plugin=invoker,service=EJB This is actually documented on

[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-16 Thread pbaker01
Clebert, Thanks for following up on this.. I do think that I have a configuration problem though because even with Joss4 I did not have the start/stopDelivery methods shown on the MDB within the JMX console. I do think that we have narrowed down my problem to: - Is there any special

[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-16 Thread pbaker01
I have fallen back to JBoss 4.2.3. Using the http://localhost:8080/jmx-console/ I search for jboss.j2ee and locate my MDB jar=WAB_EJB.jar,name=SSMListener,service=EJB3 When I select the MDB link it I get controls to start and stop the MDB. Refer to the images here:

[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-15 Thread clebert.suco...@jboss.com
Man... You are really cross posting. I know you realized that... I already told you how to stop a MDB. You just stop the EAR where your MDB is located at. Your question now is more specific to how to stop a specific component. (maybe after some investigation of course). Instead of asking