Re: openejb multicast with activemq

2013-02-18 Thread AndyG
For a start, ActiveMQ might not even be on the same machine if OpenEJB is configured to use a remote ActiveMQ server. The fact that we start an embedded broker is purely to provide an out of the box solution. You may even choose to use a completely different MQ. You and your application are respon

Re: openejb multicast with activemq

2013-02-18 Thread Romain Manni-Bucau
hmm, not sure that's the goal of the multipulse protocol *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rm

openejb multicast with activemq

2013-02-18 Thread Sule BASOL
hello , i ve connected openejb by utilizing multipulse protocol discovery : prop.put(Context.INITIAL_CONTEXT_FACTORY, "org.apache.openejb.client.RemoteInitialContextFactory"); prop.put(Context.PROVIDER_URL, "multipulse://239.255.2.3:6142?group=default&timeout=250"); i want to con