1 Reply Latest reply on Jun 4, 2009 8:57 AM by stlewis

    inStockResponse message from WarehouseServiceJMS not intercepted?

    rkiesler2

      I created 2 interceptors (one to handle the request, and another for the response) for the CXF-BC providers that invoke the WarehouseService over HTTP and JMS. The  response interceptor (extends AbstractPhaseInterceptor and applied to the RECEIVE phase) is invoked just fine when the WarehouseService HTTP endpoint is invoked, however, when the JMS service is invoked (when ordering item 1004/GPS), it is not being invoked.

       

      Are JMS responses handled in a different phase in the interceptor chain?

       

      Using 3.3.1.1.17

      --

      Roy

       

      Edited by: rkiesler2 on Jun 3, 2009 12:27 AM