JAAS for the ActiveMQ-Web

2007-06-01 Thread sbuberl
Hi. I tried to deploy the web example involving readings from a topic using MessageServlet. But I can't retrieve any messages because it says: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this reque

NMS

2007-06-01 Thread Arnaud Simon
Hello, We have been thinking about implementing the NMS API as part of the QPID .Net client. However we are concerned about potential legal issues. It seems to me that the NMS API is very similar to the JMS one but the JMS specification specifically licenses the technology "only for Java". This i

Re: Monitor ActiveMQ from the remote host

2007-06-01 Thread Oleg Deribas
Hello, Albert Strasheim said the following on 01.06.2007 14:31: http://java.sun.com/javase/6/docs/technotes/guides/management/faq.html A common problem is this one (number 5 on the FAQ): Thanks, Albert. It was right guess and I've fixed it according to the FAQ. -- Oleg

Re: MySQL datastore

2007-06-01 Thread Doug Steigerwald
Never mind, wasn't send the messages as persistent with stomp! Doug Steigerwald Doug Steigerwald wrote: I'm currently trying to set up ActiveMQ to use MySQL as the data store. ActiveMQ connects to the database and creates some tables if it needs to, but nothing is stored in the ACTIVEMQ_MSGS

MySQL datastore

2007-06-01 Thread Doug Steigerwald
I'm currently trying to set up ActiveMQ to use MySQL as the data store. ActiveMQ connects to the database and creates some tables if it needs to, but nothing is stored in the ACTIVEMQ_MSGS table when I send messages via stomp (we're going to be using perl and an extended Net::Stomp to connect a

Re: Monitor ActiveMQ from the remote host

2007-06-01 Thread Albert Strasheim
Hello On Fri, 01 Jun 2007, Oleg Deribas wrote: > When I'm connecting from localhost it works. But when I'm replacing > "localhost" with remote host name, like this: > > service:jmx:rmi:///jndi/rmi://myhostname:1099/jmxrmi > > it doesn't work. Could someone help me? http://java.sun.com/javase/

Re: Monitor ActiveMQ from the remote host

2007-06-01 Thread Daryl Richter
On 6/1/07 5:18 AM, "Oleg Deribas" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to connect using jconsole to ActiveMQ instance running on the > remote host according to this: > > http://activemq.apache.org/how-can-i-monitor-activemq.html > > When I'm connecting from localhost it works. But

Monitor ActiveMQ from the remote host

2007-06-01 Thread Oleg Deribas
Hello, I'm trying to connect using jconsole to ActiveMQ instance running on the remote host according to this: http://activemq.apache.org/how-can-i-monitor-activemq.html When I'm connecting from localhost it works. But when I'm replacing "localhost" with remote host name, like this: servic