連載 :
デモでもしようかCeltixrouting\soap_jms_httpサンプルを試す
2006年12月1日(金)
Javaコマンドを使ってデモを起動
ActiveMQのインストール時には、ActiveMQ JMS Brokerは別のウィンドウで起動します。なおコマンドラインの場合にはバックグラウンドで実行されます。
UNIXの場合は以下のコマンドを実行します。
cd /bin
activemq ../conf/activemq.xml
Windowsの場合は以下のコマンドを実行します。
cd \bin
activemq.bat ..\conf\activemq.xml
上記の
例えばUNIXでソースリリースのCeltixを利用する場合には以下のようにコマンドを実行します。
cd tools/activemq/3.2/bin
activemq ../conf/activemq.xml
samples/routing/soap_jms_httpディレクトリから次のコマンドを実行します。
UNIXの場合は以下のコマンドを実行します。
java -Djava.util.logging.config.file=$CELTIX_HOME/etc/logging.properties
demo.routing.server.Server &
java -Djava.util.logging.config.file=$CELTIX_HOME/etc/logging.properties
-Dceltix.config.file=
file:///$CELTIX_HOME/samples/routing/soap_jms_http/celtix-router.xml
org.objectweb.celtix.routing.RouterManager -BUSid celtix-st &
java -Djava.util.logging.config.file=$CELTIX_HOME/etc/logging.properties
demo.routing.client.Client ./wsdl/source.wsdl
サーバとルータのプロセスがそれぞれバックグラウンドで起動します。
Windowsの場合は以下のコマンドを実行します。
start
java -Djava.util.logging.config.file=%CELTIX_HOME%\etc\logging.properties
demo.routing.server.Server
set classpath=%CELTIX_HOME%\lib\celtix-router-1.0.jar;%JAVA_HOME%\lib\tools.jar;%classpath%
start
java -Djava.util.logging.config.file=%CELTIX_HOME%\etc\logging.properties
-Dceltix.config.file=
file:///%CELTIX_HOME%\samples\routing\soap_jms_http\celtix-router.xml
org.objectweb.celtix.routing.RouterManager -BUSid celtix-st
java -Djava.util.logging.config.file=%CELTIX_HOME%\etc\logging.properties
demo.routing.client.Client .\wsdl\source.wsdl
サーバとルータは、それぞれ新しいコマンドウィンドウを開いて実行されます。
最後にクライアントを起動したら、ルータ/jmsbroker/サーバのそれぞれのプロセスを終了してください。
WSDLファイルやclassファイルから生成したコードを削除して、buildディレクトリを削除するには次のコマンドを実行してください。
ant clean
Think ITメルマガ会員登録受付中
Think ITでは、技術情報が詰まったメールマガジン「Think IT Weekly」の配信サービスを提供しています。メルマガ会員登録を済ませれば、メルマガだけでなく、さまざまな限定特典を入手できるようになります。