xml" />
class="org.springframework.beans.factory.config.
PropertyPlaceholderConfigurer">
value="classpath:servicemix.properties" />
MBeanServer="#jmxServer"
useMBeanServer="true"
createMBeanServer="true"
rootDir="./wdir"
installationDirPath="./install"
deploymentDirPath="./deploy"
flowName="seda">
To bring up ServiceMix, change directory to ch11\WebServiceInJmsChannel and
bring up the ServiceMix container.
cd ch11\WebServiceInJmsChannel
%SERVICEMIX_HOME%\bin\servicemix servicemix.xml
Access Web Services Using the JMS Channel
[ 214 ]
Test Web Service Using JMS Channel
To test the web service deployed sending messages through JMS channel, we will
have two approaches as follows:
Test using JMS client??”document style: This approach is simple and
straightforward. We can create a simple JMS client which can place a SOAP
request document in the input queue. The same client will also listen to an
output queue so that whenever (within a time limit) a response message is
received back in this queue then the client can consume it.
Pages:
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303