1 Reply Latest reply on Jun 30, 2009 6:51 AM by ubhole

    Which endpoint impl is created for <jms:endpoint>?

    rkiesler

      If I define the following JMS endpoint:

       

      <jms:endpoint service="test:MyConsumerService"

         endpoint="jms"

         targetService="test:MyConsumerService"

         targetEndpoint="myConsumer"

         role="consumer"

      .../>

       

      Can you please tell me which class will represent this endpoint -- is it:

      1. org.apache.servicemix.jms.endpoints.JmsConsumerEndpoint (or is that reserved for the new syntax, i.e., <jms:consumer.../>

      2. org.apache.servicemix.jms.JmsEndpoint

      3. ?