On 11 January 2016 at 15:55, Clebert Suconic <clebert.suco...@gmail.com> wrote:
> If you need inVM support talking to the Server, you should include > artemis-server.jar in your dependency as Justin said. > > Notice there is a new Constructor where you could use an URI: > > > ActiveMQJMSConnectionFactory cf = new > ActiveMQJMSConnectionFactory("vm:/1"); // or > ActiveMQJMSConnectionFactory("tcp://host:port"); > Is this to initialize the client or the server? Derek