1 Reply Latest reply on Mar 9, 2006 8:12 AM by adrian.brock

    Publishing to JCA endpoint from Session Bean

    georgesberscheid

      Hi,

      I have a resource adapter that publishes its messages (of type MyComplexMessage) to MyMessageDrivenBean which implements MyComplexMessageListener.
      How can I send MyComplexMessages to the same MDB from a session bean or from a servlet? They don't have the same endpoint activation mechanism as the resource adapter.

      Thanks.