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"); On Mon, Jan 11, 2016 at 3:50 PM, Justin Bertram <jbert...@apache.com> wrote: > It should be in the artemis-server jar. > > > Justin > > ----- Original Message ----- > From: "Derek Mahar" <derek.ma...@gmail.com> > To: users@activemq.apache.org > Sent: Monday, January 11, 2016 2:42:06 PM > Subject: InVMConnectorFactory? > > In ActiveMQ Artemis 1.2.0, in which Artemis Maven library can I find class > org.apache.activemq.artemis.core.remoting.impl.invm.InVMConnectorFactory to > which > https://github.com/apache/activemq-artemis/blob/master/examples/features/standard/spring-integration/src/main/resources/spring-jms-beans.xml > refers? I can't find this class in artemis-core-client 1.2.0, for example. > > Derek -- Clebert Suconic