AQ is more like an alternative messaging mechanism that supports basic JMS than it is a persistence mechanism for activemq. The article you gave allows bridging to it. Activemq can use oracle as its persistence store, but it does this using its own tables that it creates.
The error you are getting doesn't appear to have anything to do with AQ. You have something already on port 1099 and the activemq jmx connector can't use the port. Use netstat to identify what the other process is. Either remove the other process or modify your own http://activemq.apache.org/jmx.html JMX settings in activemq.xml to use a different port. The examples at the bottom show changing the port. sureshm wrote: > > Hi All, > I must admit that I am not a java pro or activeMQ. I want to use activeMQ > for our .NET app. I will be using Spring.NET NMS for this. We are also > wondering whether we can use Oracle AQ as persistence for activeMQ. I > tried to follow http://activemq.apache.org/jms-bridge-with-oracle-aq.html. > Still when I start activeMQ, it says its still memory persistence and also > getting NameAlreadyBoundException... > > ACTIVEMQ_HOME: C:\apache\apache-activemq-5.2.0\bin\.. > ACTIVEMQ_BASE: C:\apache\apache-activemq-5.2.0\bin\.. > Loading message broker from: xbean:activemq.xml > INFO DefaultCamelContext - JMX enabled. Using > InstrumentationLifecycleStrategy. > INFO BrokerService - Using Persistence Adapter: > MemoryPersistenceAdapter > INFO BrokerService - ActiveMQ 5.2.0 JMS Message Broker > (localhost) is starting > INFO BrokerService - For help or more information please > see: http://activemq.apache.org/ > WARN ManagementContext - Failed to start jmx connector: > Cannot bind to URL [rmi://localhost:1099/jmxrmi]: > javax.naming.NameAlreadyBoundException: jmxrmi [Root exception is > java.rmi.AlreadyBoundException: jmxrmi] > > Is there an example for activeMQ on Oracle AQ? I am using active mq 5.2. > Thanks > Suresh M > -- View this message in context: http://www.nabble.com/activeMQ-on-oracle-AQ-tp24155317p24177774.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.