Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: fce25a9ef0963c541c110a0861f0d1c5847bb2a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The use of the TimeServiceHost.xmlrpc.zeroconf.product relies on the presence of the 
org.eclipse.ecf.provider.jms.activemq distribution provider and it's dependencies.  This 
bundle is available as described here:  

https://wiki.eclipse.org/Distribution_Providers and it's dependencies.

This provider also depends upon a JMS broker running at the location specified by the following
system properties:

-Decf.jms.activemq.tcp.manager.id=tcp://localhost:61616/timeservice
-Decf.jms.activemq.tcp.manager.username=guest
-Decf.jms.activemq.tcp.manager.password=password


Back to the top