Hello there!

I'm new the MDB and JMS so go easy on me, if I talk bullshit.
I have the following problem: I wrote some little MDB that at this moment does not do 
anything special more that printing that it got the message (business logic will be 
added soon).

I have only configure the queue that it is listening to on the jboss.xml

  |       <message-driven>
  |          <ejb-name>Analyzer</ejb-name>
  |          <destination-jndi-name>/dias/miner/Analyzer</destination-jndi-name>
  |       </message-driven>
  | 
dunno if this is correct or what else has to be done...!?

But main problem at the moment is: When I redeploy my MBD (through Ant and a call to 
the JMX-Console), then the server states that it successfully redeployt, but when I 
send a message then an old instance is used for handling it. What can I do to change 
that?

Thx for any help!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829172#3829172

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829172


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to