9 Replies Latest reply on Oct 30, 2003 2:38 AM by adrian.brock

    mbd receiving messages from stateless session bean

    blakbox

      Hi,
      I have an stateless session bean that wants to perform some asynchronous tasks. So, i've written a message driven bean to do that tasks. Both stateless and mdb are in the same jboss server.
      How can I send messages from the stateless to the mdb? I must do the same as if I sent the messages from an external client? or maybe there's a way to configure in the deployment descriptors to simplify?

      thanks a lot