Class JmsSoapServiceConsumersTest


  • public class JmsSoapServiceConsumersTest
    extends Object
    Unit tests about JMS/SOAP service consumers processing.
    Author:
    Christophe DENEUX - Linagora
    • Field Detail

      • JMS_SERVER

        public static final org.apache.activemq.junit.EmbeddedActiveMQBroker JMS_SERVER
      • chain

        public static final org.junit.rules.TestRule chain
      • COMPONENT

        protected static final org.ow2.petals.component.framework.junit.helpers.SimpleComponent COMPONENT
    • Constructor Detail

      • JmsSoapServiceConsumersTest

        public JmsSoapServiceConsumersTest()
    • Method Detail

      • simpleWsJmsInvocation_InOnly_Nominal

        public void simpleWsJmsInvocation_InOnly_Nominal()
                                                  throws Throwable

        Check the processing of the component when receiving a SOAP request when:

        • request is over HTTP,
        • MEP is InOnly,
        • an acknowledgment is returned by the service provider.

        Expected results:

        • no error occurs,
        • no attachment is put in the JBI message exchange,
        • the expected reply is received by the service consumer,
        • expected MONIT traces are logged
        Throws:
        Throwable