Transport scheme NOT recognized: [mqtt+nio]

2017-04-13 Thread Mike Wallace
I'm upgrading from ActiveMQ 5.4.2 to 5.13.0 and dropped the newer activemq-all.jar file into our application. When we restart the app, I'm seeing this exception:  org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#

Re: Activemq 5.0.0 working on Linux?

2008-11-26 Thread wallace
Thanks Dejan, I already removed the network connectors part (that was my guess too). But the problem persist. It does not happen on another linux 64 machine. Still figuring why it happens on this machine. Thanks much, -Wallace Hi Wallace

Activemq 5.0.0 working on Linux?

2008-11-25 Thread wallace
window. -Wallace ERROR efaultMessageListenerContainer - Setup of JMS message listener invoker failed - trying to recover javax.jms.JMSException: Wire format negotiation timeout: peer did not send his wire format. at org.apache.activemq.util.JMSExceptionSupport.create

Re: Activemq 4.0.2 integration problem(Now i am getting another notserializable exception)

2007-06-12 Thread wallace
I saw the same exception from 4.2-20070607 snapshot. Is there sth else I need to do or the problem is not fixed yet? Thanks, -Wallace -- View this message in context: http://www.nabble.com/Activemq-4.0.2-integration-problem-tf2965659s2354.html#a11090636 Sent from the ActiveMQ - User mailing

Re: Master/Slave on Weblogic

2007-06-12 Thread wallace
help, -Wallace -- View this message in context: http://www.nabble.com/Master-Slave-on-Weblogic-tf3904036s2354.html#a11090593 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Integrate Activemq 4.1.1 RA with Weblogic 9.2

2007-06-11 Thread wallace
]Parameter 'WebLogicDeployableObject' may not be null. I am not familiar with weblogic deployment. Did I miss anything? Thanks, -Wallace -- View this message in context: http://www.nabble.com/Integrate-Activemq-4.1.1-RA-with-Weblogic-9.2-tf3904789s2354.html#a11070989 Sent from the Activ

Master/Slave on Weblogic

2007-06-11 Thread wallace
to become master. It is expected. BUT it blocked the sec application from running. The server never reachec running mode, until I kill the other app and let the activemq server became master. Anyone has experienced this? What is the best practise to solve it? Thanks, -Wallace Wong -- View this

Re: Problem when integratiing activemq 4.1.1 and jboss4.0.5

2007-05-31 Thread wallace
I figured out that I need to move "xmlns="http://activemq.org/config/1.0"; to the broker element, i.e. http://activemq.org/config/1.0";> Hopefully that would get fixed in future release. -Wallace -- View this message in context: http://www.nabble.com/Problem-whe

Re: Why I got Unrecognized xbean namespace mapping: http://activemq.org/

2007-05-31 Thread wallace
Instead of deleting "xmlns="http://activemq.org/config/1.0"; , you should move it to the broker element, i.e. http://activemq.org/config/1.0";> Hopefully that would get fixed in future release. -Wallace -- View this message in context: http://www.nabble.com/Why-I

Problem when integratiing activemq 4.1.1 and jboss4.0.5

2007-05-30 Thread wallace
hanks, -Wallace -- View this message in context: http://www.nabble.com/Problem-when-integratiing-activemq-4.1.1-and-jboss4.0.5-tf3843999s2354.html#a10885826 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: durable subscriptions

2007-04-25 Thread wallace
Where can I find the conf/context.xml? I only see activemq.xml in conf. Thanks, -Wallace -- View this message in context: http://www.nabble.com/Re%3A-durable-subscriptions-tf3162851s2354.html#a10185868 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Get null topic connectionfatory from jboss jndi

2007-04-25 Thread wallace
et any NameNotFoundException and the print out actually shows that the binding is correct. So why would I get null when I tried to lookup "testing/TopicConnectionFactory"? I have the activemq-ra-4.0.2.jar file in the /server/default/lib directory. And I want to configure the topic connection

Setting ClientId in ConnectionFactory

2007-04-24 Thread wallace
the property value? Thanks, -Wallace -- View this message in context: http://www.nabble.com/Setting-ClientId-in-ConnectionFactory-tf3641978s2354.html#a10171145 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: JBoss integration and lookup of connection factories.

2007-04-10 Thread wallace
binding returns the correct class name). Neither of the jndi server gets me both things right. Thanks for your help though. -Wallace -- View this message in context: http://www.nabble.com/JBoss-integration-and-lookup-of-connection-factories.-tf3061463s2354.html#a9922506 Sent from the ActiveMQ

Re: JBoss integration and lookup of connection factories.

2007-04-10 Thread wallace
binding returns the correct class name). Neither of the jndi server gets me both things right. Thanks for your help though. -Wallace rachit goel wrote: > > @ WALLACE > > Yes i have successfully implemented the jms thing rom core java > application. > > if u use > >

Re: JBoss integration and lookup of connection factories.

2007-04-10 Thread wallace
binding returns the correct class name). Neither of the jndi server gets me both things right. Thanks for your help though. -Wallace rachit goel wrote: > > @ WALLACE > > Yes i have successfully implemented the jms thing rom core java > application. > > if u use > >

Re: JBoss integration and lookup of connection factories.

2007-04-08 Thread wallace
actory) jndi2.lookup("java:activemq/TopicConnectionFactory"); The code always returns name not found exception. Has anyone ever made it work in standalone client? -Wallace Wong tbaker73 wrote: > > James, could you please provide an example of the connection factory entry &g