Re: jboss+activemq broker+webconsole

2010-01-13 Thread jeff yung
-Dcom.sun.management.jmxremote.ssl=false Though I don't know why need to add this. Maybe anyone can help to answer this. jeff yung wrote: > > When I integrated activemq broker with jboss and deploy the activemq > webconsole. > > Changed the startup script to be: > s

jboss+activemq broker+webconsole

2010-01-13 Thread jeff yung
When I integrated activemq broker with jboss and deploy the activemq webconsole. Changed the startup script to be: set JAVA_OPTS=%JAVA_OPTS% -Dwebconsole.type=properties -Dwebconsole.jms.url=tcp://172.19.174.107:61616 - -Dwebconsole.jmx.url=service:jmx:rmi:///jndi/rmi://172.19.174.107:1090/jmxr

Re: webconsole-invm.xml: factory-bean 'brokerService' returned null

2010-01-11 Thread jeff yung
It looks like the classloader problem. Even I took out the "activemq-core-5.3.0.jar" from "activemq-rar-5.3.0.rar" and "activemq-web-console-5.3.0.war" and put it under the jboss/server/default/lib, it made no difference. :( jeff yung wrote: > > I am i

webconsole-invm.xml: factory-bean 'brokerService' returned null

2010-01-11 Thread jeff yung
I am integrating jboss and activemq (5.3.0) broker + activemq webconsole. There is no problem with the activemq broker, the exception occurs when I deploy the webconsole in "invm" mode. (Use one broker only) Part of the stack trace: 2010-01-12 10:07:59,374 INFO [STDOUT] 2010-01-12 10:07:59,358

outbound destination issue

2009-12-08 Thread jeff yung
Hi, When I tried with the example of the ejb outbound communication with activemq from the following url: http://activemq.apache.org/outbound-communication.html The message will be sent to "queue.outbound" instead of user specified destination. Is there any configuration needed for the activemq se

Exception on local to remote jms bridge

2009-11-12 Thread jeff yung
I am trying to connect the local activemq queue to remote jboss queue with bridge. It shows nullpointerexception: ERROR | Failed to initialize the JMSConnector java.lang.NullPointerException at javax.naming.InitialContext.getURLScheme(InitialContext.java:228) at javax.naming.Initi

Re: activemq bridge

2009-11-11 Thread jeff yung
ivemq.apache.org/jms-to-jms-bridge.html > > You can also implement a JMS-to-JMS bride using Camel, which would be my > preferred approach. > > http://camel.apache.org/jms.html > > Joe > http://www.ttmsolutions.com > > > jeff yung wrote: >> >> Th

Re: activemq bridge

2009-11-10 Thread jeff yung
dge' or 'network > connector' between the two brokers. > > http://activemq.apache.org/networks-of-brokers.html > > Joe > http://www.ttmsolutions.com > > > jeff yung wrote: >> >> Is it possible to make use of activemq bridge to forward the

Re: activemq bridge

2009-11-09 Thread jeff yung
Forgot to mention that activemq is on another server which is independent from ServerA and ServerB. Both ServerA and ServerB use jboss messaging. jeff yung wrote: > > Is it possible to make use of activemq bridge to forward the messages from > a remote queue on serverA to another rem

activemq bridge

2009-11-09 Thread jeff yung
Is it possible to make use of activemq bridge to forward the messages from a remote queue on serverA to another remote queue on ServerB? If yes, how should I configure the activemq? Thanks. -- View this message in context: http://old.nabble.com/activemq-bridge-tp26277790p26277790.html Sent from