On Tue, Dec 15, 2009 at 3:52 PM, Prokopis Prokopidis <[email protected]> wrote: > If it's > any help, when calling the service from the machine on which it has been > deployed, or when reversing the service-client roles between the two > machines, everything works as in the README file.
Hmmm, smells like a clock synchronization problem. In order to avoid undeliverable messages building up on a broker, timeout settings are used to create time-to-live properties in the JMS messages. ActiveMQ implements time-to-live based on the client and server machine clocks. Eddie
