Re: How to monitor ActiveMQ that run in JBOSS

2007-08-29 Thread ferry97
Hi James, Could you tell me where to put activemq.xml file to ? is in %JBOSS%/server/default/conf folder ? if yes, how to tell JBoss to read the file ? Thanks. Regards, Ferry James.Strachan wrote: > > Try use the activemq xml file from the conf dir, use jmx or deploy the > console war. > > O

ExportException (ObjID already in use) when creating Connection

2007-08-29 Thread dman83
Hi, I get the following exception when my code tries to create an XATopicConnection: Aug 29, 2007 3:50:44 PM org.apache.activemq.broker.jmx.ManagementContext createConnector FINE: Failed to create local registry java.rmi.server.ExportException: internal error: ObjID already in use at sun

Asynchronous producer causing many hanging threads

2007-08-29 Thread slippytoad
We have a high-volume Tomcat app that posts a message to an ActiveMQ 5.0 queue asynchronously. We are using tcp:failover and when we're done we're closing the session, connection, producer in that order. Eventually the JVM eats up all resources by creating hundereds of ActiveMQ Scheduler threads

Re: What is messages sent count in activemq web console?

2007-08-29 Thread anish pathadan
any idea about this? Best Regards, Anish Pathadan On 8/28/07, anish pathadan <[EMAIL PROTECTED]> wrote: > > When I checked the queues.jsp, its taking enqueue count as message sent > count > and dequeue count as messages received count. What Imy understanding is > enqueue count is the total messa

Jms Destination lifetime question

2007-08-29 Thread srasul
Hi, ActiveMQ makes it very easy to create JMS Destinations, but seems like they are not every easy to destroy. does this mean that i will case ActiveMQ to crash if i create too many JMS Destinations? Also if a destination is created, and unused, is it cleaned up or destroyed? Regards, Saqib -

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-29 Thread James Strachan
Try use the activemq xml file from the conf dir, use jmx or deploy the console 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: > > > > On 8/27/07, ferr

How to gurantee security of Jetty when sending BlobMessage ?

2007-08-29 Thread pplive
I tried to send blobmessage, But I found that, the "file" was saved in fileserver, urlis like :http://localhost:8161/fileserver/ID_My-PC-4234-1188377406812-0_0_1_1_1, then every can access the files How to promise the security ?? -- View this message in context: http://www.nabble.com/How-to