Re: How to monitor ActiveMQ that run in JBOSS

2007-08-29 Thread ferry97
nsole war. > > On 8/29/07, ferry97 <[EMAIL PROTECTED]> wrote: >> >> Yes, via resource adapter, refer to JBoss integration guide in ActiveMQ >> website. >> The queue works fine >> >> --Ferry >> >> >> bsnyder wrote: >> > >> &

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-28 Thread ferry97
Yes, via resource adapter, refer to JBoss integration guide in ActiveMQ website. The queue works fine --Ferry bsnyder wrote: > > On 8/27/07, ferry97 <[EMAIL PROTECTED]> wrote: >> >> Yup, I have no problem running it in standalone. >> The web console works perfect

Re: svn commit: r558054 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/advisory/ main/java/org/apache/activemq/broker/ main/java/org/apache/activemq/broker/region/ main/java/org

2007-08-28 Thread ferry97
Hi Rob, I run it using release 62, but got this error: 2007-08-28 17:57:40,151 WARN [org.apache.activemq.broker.region.RegionBroker] Failed to pass expired message to dead letter queue java.lang.NullPointerException at org.apache.activemq.util.BrokerSupport.resend(BrokerSupport.java:55)

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-27 Thread ferry97
Yup, I have no problem running it in standalone. The web console works perfectly fine... --Ferry bsnyder wrote: > > On 8/27/07, ferry97 <[EMAIL PROTECTED]> wrote: >> >> I'm using ActiveMQ 5 build 57. >> The file name: >> apache-activemq-5.0-200708

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-27 Thread ferry97
I'm using ActiveMQ 5 build 57. The file name: apache-activemq-5.0-20070821.220258-57 --Ferry -- View this message in context: http://www.nabble.com/How-to-monitor-ActiveMQ-that-run-in-JBOSS-tf4316695s2354.html#a12343021 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-26 Thread ferry97
Hi Bruce, If I run ActiveMQ as a standalone, there is no problem to run the Web-Console, but in my scenario ActiveMQ is running under JBoss, and I didn't see any web server (jetty) running. None is listening in port 8161. Or perhaps I miss some setting in Jboss to enable the web-console ? I don't

Re: problem set the expiration time for durable topic messages

2007-08-23 Thread ferry97
Thanks, I tried it, and it works (in ActiveMQ5 SNAPSHOT, as mentioned in JIRA ActiveMQ 4.1.1 has bug regarding handling expired message). BTW, does the expired message persist ? or it can be configured ? How to access the expired message? -- View this message in context: http://www.nabble.com/pr

Issue on ActiveMQ handling expired message

2007-08-23 Thread ferry97
Hi, Regarding the expired message : 1. Does the expired message persist ? 2. How to access the DLQ ? ( or What is the queue name?)I check in the log, it will try to create something like : Adding destination: topic://ActiveMQ.Advisory.Expired.Queue.ActiveMQ.DLQ.Queue.queue.MyQueue why does it

Re: Problems running Web Console

2007-08-23 Thread ferry97
How to run a web console ? I check the website http://activemq.apache.org/web-console.html, and click running a broker, but it goes to blank page. I'm running ActiveMQ 5. Please help. Thanks -- View this message in context: http://www.nabble.com/Problems-running-Web-Console-tf1809852s2354.html#a

How to monitor ActiveMQ that run in JBOSS

2007-08-23 Thread ferry97
Hi, How to monitor ActiveMQ that run in JBOSS. I run ActiveMQ 5 which should come with its Web-Console, but I don't know how to run it ? My queue all is configured under JBOSS. Please help. Thanks Many thanks, Ferry -- View this message in context: http://www.nabble.com/How-to-monitor-ActiveMQ-t

RE: problem set the expiration time for durable topic messages

2007-08-22 Thread ferry97
Hi, So should we use Message.setJMSExpiration or Producer.setTimeToLive ? Thanks. Regards, Ferry pbolle wrote: > > Hi, > > Sorry, my last comment was not correct. In the trunk version I have the > problem that all messages never reach the subscriber. Now I corrected my > unit test and I have a

Re: How to monitor ActiveMQ that running on JBoss

2007-08-13 Thread ferry97
nder Tomcat but without success for the moment ! > Could you help me ? > > Thanks, > Denez > > > ferry97 wrote: >> >> Hi, >> I search from the help that to monitor the ActiveMQ we can do it from >> JConsole. >> I run ActiveMQ under JBoss, and I

How to monitor ActiveMQ that running on JBoss

2007-08-13 Thread ferry97
Hi, I search from the help that to monitor the ActiveMQ we can do it from JConsole. I run ActiveMQ under JBoss, and I can not find the broker in JConsole. Anyone know how to monitor ActiveMQ, I understand that we can monitor it from JBoss' JMX-Console. But I find it is very difficult to read the

Re: Running MDB (EJB3) in JBoss

2007-08-12 Thread ferry97
Apparently this is a deadlock issue : see : http://www.nabble.com/-jira--Resolved%3A-%28AMQ-1092%29-Deadlock-when-ActiveMQ-4.X-is-run-as-an-embedded-broker-inside-JBoss-4.X-with-%22%3Cconfig-property-value%3Evm%3A--localhost%3C-config-property-value%3E%22-configured-in-the-ra.xml-file.-tf3908435s2

JBoss - [ManagementContext] Failed to start jmx connector

2007-08-12 Thread ferry97
Hi, Does anyone have ever experience this ? I have tried to search in forum, and googled around, but found no help. 11:41:27,191 WARN [ManagementContext] Failed to start jmx connector: Cannot bind to URL [rmi://localhost:1099/jmxrmi]: javax.naming.CommunicationException [Root exception is java.r

Running MDB (EJB3) in JBoss

2007-08-12 Thread ferry97
Hi, I'm running on : JBoss AS 4.2.0 ActiveMQ 4.1.1 I wonder why my MDB only process the message when it was first time deployed. The scenario : 1. Run Jboss server 2. Deploy my MDB 3. run client (send message to MDB's monitoring queue) 4. Nothing happen... 5. Delete my MDB 6. Redeploy my MDB 7.