diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-05 19:32:26 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-05 19:32:26 +0000 |
commit | 18d8aa3401326d927bbb0665e25dd0f2cdce92fd (patch) | |
tree | 0ae9e8d37b818600d4f7f3dcdf6a736f2060033d /sandbox/travelsample/services/smsgateway-jms/src/main | |
parent | c258d9427a37bbd1f152483267920514ebb18e0a (diff) |
Introduce a LauncherUtil to locate contributions by name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/services/smsgateway-jms/src/main')
-rw-r--r-- | sandbox/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayJMSServiceBootstrap.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayJMSServiceBootstrap.java b/sandbox/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayJMSServiceBootstrap.java index 6fe08a44b5..3e5668ed23 100644 --- a/sandbox/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayJMSServiceBootstrap.java +++ b/sandbox/travelsample/services/smsgateway-jms/src/main/java/scatours/smsgateway/SMSGatewayJMSServiceBootstrap.java @@ -26,7 +26,7 @@ import org.apache.activemq.ActiveMQConnectionFactory; public class SMSGatewayJMSServiceBootstrap {
public static void main(String[] args) throws Exception {
- System.out.println("Publishing SMS Gateway Service as a JMS service");
+ System.out.println("Publishing SMS Gateway Service as a JMS service: tcp://localhost:61619");
ActiveMQConnectionFactory connectionFactory
= new ActiveMQConnectionFactory("tcp://localhost:61619");
|