Hello all. I'm quite new to the enterprise Java space but I have what seems (to me) to be a fairly simple task to accomplish.
We have an existing web application which communicates with a 3rd party data provider. This provider is moving to an MQSeries based system, so this needs to be integrated with our web based system. Between these two articles http://servicemix.apache.org/16-beginner-exercise.html http://servicemix.apache.org/servicemix-jms.html I think I have a reasonable grasp on how to use ServiceMix to take a HTTP request from the web app and push it into a queue on the remote MQSeries server. However, according to the documentation I have the processing is asynchronous, and the MQSeries server will want to make a connection back at a later time to put results into a queue on our server. This is where things fall down for me as I don't understand how to configure an endpoint to accept incoming connections and direct things to the correct queue. If anyone could provide me with pointed to relevant documentation, correct any blatant misconceptions I have about the technology, or offer any other advice it would be most appreciated. Nick -- View this message in context: http://old.nabble.com/MQSeries-integration-tp27120731p27120731.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
