I am trying to understand how ServiceMix works with JMS and WS-Notification/Web Service. The questions I am asking might be stupid, but just trying to understand.
Looking at the loan broker example: The LOANBROKER_NS is the namespace, does this has to be a accessable URI? The line : super(new QName(Constants.LOANBROKER_NS, Constants.LOANBROKER_SERVICE), "input"); Is "input" the endpoint? Where is input begin defined? Is it a reserved keyword? I am looking at the Interaction between JmsServiceComponet to LoanBroker. So after loan broker process the input request, it is send out to Credit Agency by invoking send(inout). How is send(inout) invoke the transform method in the CreditAgency class? Then if I look at the CreditAgency class, the transform method takes MessageExchange exchange, NormalizedMessage in, and NormalizedMessge out as arguments. Which argument in the transform method does the Inout inout refers to? Why doesn't the CreditAgency class need to extends ComponentSupport but just the TransformComponentSupport? Why doesn't the CreditAgency class need the onMessageExchange method? Thanks -- View this message in context: http://www.nabble.com/JMS-Implementation-tf2392384.html#a6670308 Sent from the ServiceMix - User mailing list archive at Nabble.com.
