Re: Client and server artifacts in Spring JMS example.

2016-01-13 Thread Derek Mahar
.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) > >> >> >>> at > >> >> >> > >> >> > >> > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Abs

Re: Client and server artifacts in Spring JMS example.

2016-01-13 Thread Clebert Suconic
mlApplicationContext.java:139) >> >> >>> at >> >> >> >> >> >> org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:93) >> >> >>> at >> >> >> >> >> >> org.apache.activemq.ar

Re: Client and server artifacts in Spring JMS example.

2016-01-13 Thread Derek Mahar
Executor.execute(MojoExecutor.java:153) > >> >>> at > >> >> > >> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) > >> >>> at > >> >> > >> > org.apache.maven.lifecycle.internal.Life

Re: Client and server artifacts in Spring JMS example.

2016-01-13 Thread Clebert Suconic
t; >> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) >> >>> at >> >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >> >>> at java.lang.reflect.Method.invoke(Method.java:497) >> >&

Re: Client and server artifacts in Spring JMS example.

2016-01-13 Thread Derek Mahar
ringframework.context.support.DefaultLifecycleProcessor stop > >>> INFO: Stopping beans in phase 2147483647 > >>> Jan 12, 2016 4:50:53 PM > >>> org.springframework.beans.factory.support.DefaultListableBeanFactory > >>> destroySingletons > >>&g

Re: Client and server artifacts in Spring JMS example.

2016-01-13 Thread Clebert Suconic
----------------------------- >>> [WARNING] The requested profile "example" could not be activated because >> it >>> does not exist. >>> >>> >>> I encountered this warning after initializing bean "co

Re: Client and server artifacts in Spring JMS example.

2016-01-13 Thread Derek Mahar
atures/standard/spring-integration/src/main/resources/spring-jms-beans.xml > > +++ > > > b/examples/features/standard/spring-integration/src/main/resources/spring-jms-beans.xml > > @@ -53,12 +53,7 @@ under the License. > > > > > > > > class="

Re: Client and server artifacts in Spring JMS example.

2016-01-13 Thread Derek Mahar
Yes, I was confusing the embedded Artemis broker "server" with the message consumer, which, like the message producer, is actually a client of the broker. So in the embedded example there are actually two clients (message producer and consumer) and one server (Artemis broker). MessageSender corre

Re: Client and server artifacts in Spring JMS example.

2016-01-12 Thread Clebert Suconic
> > Derek > > On 12 January 2016 at 14:39, Clebert Suconic > wrote: > >> Derek, as you're touching the spring example... it would be great if >> you can make contributions to the example.. PRs.. etc... >> >> The example still using the Transpo

Re: Client and server artifacts in Spring JMS example.

2016-01-12 Thread Derek Mahar
tram" > > To: users@activemq.apache.org > > Sent: Tuesday, January 12, 2016 1:18:37 PM > > Subject: Re: Client and server artifacts in Spring JMS example. > > > > You're mostly right. Everything but the "securityManager" and > "EmbeddedJms" be

Re: Client and server artifacts in Spring JMS example.

2016-01-12 Thread Clebert Suconic
gt; ----- Original Message - >> > From: "Justin Bertram" >> > To: users@activemq.apache.org >> > Sent: Tuesday, January 12, 2016 1:18:37 PM >> > Subject: Re: Client and server artifacts in Spring JMS example. >> > >> > You&#x

Re: Client and server artifacts in Spring JMS example.

2016-01-12 Thread Derek Mahar
From: "Justin Bertram" > > To: users@activemq.apache.org > > Sent: Tuesday, January 12, 2016 1:18:37 PM > > Subject: Re: Client and server artifacts in Spring JMS example. > > > > You're mostly right. Everything but the "securityManager"

Re: Client and server artifacts in Spring JMS example.

2016-01-12 Thread Clebert Suconic
iginal Message - > From: "Justin Bertram" > To: users@activemq.apache.org > Sent: Tuesday, January 12, 2016 1:18:37 PM > Subject: Re: Client and server artifacts in Spring JMS example. > > You're mostly right. Everything but the "securityManager" and &qu

Re: Client and server artifacts in Spring JMS example.

2016-01-12 Thread Justin Bertram
PM Subject: Re: Client and server artifacts in Spring JMS example. You're mostly right. Everything but the "securityManager" and "EmbeddedJms" beans are for the client. Justin - Original Message - From: "Derek Mahar" To: users@activemq.apache.org Sent: Tu

Re: Client and server artifacts in Spring JMS example.

2016-01-12 Thread Justin Bertram
You're mostly right. Everything but the "securityManager" and "EmbeddedJms" beans are for the client. Justin - Original Message - From: "Derek Mahar" To: users@activemq.apache.org Sent: Tuesday, January 12, 2016 1:14:12 PM Subject: Client and server artifacts in Spring JMS example. F