Ok. I think I got it working. When I run my simple index.html I get the following. Is there anything wrong in these lines?
Aug 24, 2007 1:57:14 PM org.apache.catalina.core.ApplicationContext log INFO: amq: Defaulting to use topics: true Aug 24, 2007 1:57:14 PM org.apache.catalina.core.ApplicationContext log INFO: Value of: org.apache.activemq.brokerURL is: null Aug 24, 2007 1:57:14 PM org.apache.activemq.broker.BrokerService getBroker INFO: ActiveMQ 4.1.1 JMS Message Broker (localhost) is starting Aug 24, 2007 1:57:14 PM org.apache.activemq.broker.BrokerService getBroker INFO: For help or more information please see: http://incubator.apache.org/activemq/ Aug 24, 2007 1:57:14 PM org.apache.activemq.broker.jmx.ManagementContext$1 run WARNING: Failed to start jmx connector: Cannot bind to URL [rmi://localhost:1099/jmxrmi]: javax.naming.NameAlreadyBoundException: jmxrmi [Root exception is java.rmi.AlreadyBoundException: jmxrmi] Aug 24, 2007 1:57:16 PM org.apache.activemq.store.jdbc.JDBCPersistenceAdapter createAdapter INFO: Database driver recognized: [apache_derby_embedded_jdbc_driver] Aug 24, 2007 1:57:19 PM org.apache.activemq.store.jdbc.DefaultDatabaseLocker start INFO: Attempting to acquire the exclusive lock to become the Master broker Aug 24, 2007 1:57:19 PM org.apache.activemq.store.jdbc.DefaultDatabaseLocker start INFO: Becoming the master on dataSource: [EMAIL PROTECTED] Aug 24, 2007 1:57:19 PM org.apache.activemq.store.journal.JournalPersistenceAdapter recover INFO: Journal Recovery Started from: Active Journal: using 2 x 20.0 Megs at: C:\Program Files\eclipse\activemq-data\localhost\journal Aug 24, 2007 1:57:19 PM org.apache.activemq.store.journal.JournalPersistenceAdapter recover INFO: Journal Recovered: 0 message(s) in transactions recovered. Aug 24, 2007 1:57:19 PM org.apache.activemq.broker.BrokerService start INFO: ActiveMQ JMS Message Broker (localhost, ID:fwtrnyw488874-2366-1187978234656-1:0) started Aug 24, 2007 1:57:19 PM org.apache.activemq.broker.TransportConnector start INFO: Connector vm://localhost Started The question now is can I have a message producer in openjms and use the ajax functionality of ActiveMQ to consume these messages? Thanks in advance. -- View this message in context: http://www.nabble.com/Questions-regarding-AMQ-%28AJAX-and-AjaxServlet%29-tf4321373s2354.html#a12317130 Sent from the ActiveMQ - User mailing list archive at Nabble.com.