Re: Assistance with Master Slave

2008-01-24 Thread CobraTheSleek
Hi Joe, Thanks much for the response. I agree regarding that the pure-master slave is best run on separate machines. I was only trying to understand how it worked. I got it to work by replacing the kr-store folder in the master with the kr-store folder from the slave. Thanks CobraTheSleek

Assistance with Master Slave

2008-01-23 Thread CobraTheSleek
Hi, I am trying to understand the master/slave configuration. I am following the instructions on the website: shutdown the slave broker (The clients do not need to be shutdown - they will wait until the topology is re-established if they are failover clients copy the data directory from the

Transacted MDB with JBoss

2008-01-14 Thread CobraTheSleek
Hi, I am trying to understand how a transacted MDB would work with JBoss. In essence, I have defined an Oracle XA Datasource. What I would like to do is receive a message from a queue, insert the data into a table and reply on a different queue. I am trying to manage the transaction myself,

Re: Active MQ Integration with JBoss DataSource. JNDI Lookup fails

2007-11-15 Thread CobraTheSleek
I am curious whether you were able to solve this problem? Im my case, I see that when the RAR is deployed the jndi data source has not yet been bound. Any tips on how I can ensure the data source is bound in JNDI before my RAR gets deployed? tnine wrote: I've solved my other issues with my

Re: Messages not being received by consumer

2007-11-13 Thread CobraTheSleek
I beleive my problem has been solved. It was my bad. I was using a selector consumer = session.createConsumer(destination, selector, false); but when dispatching the message from the ejb, I did not specify a property on the message. Thus the consumer did not pick it up. CobraTheSleek wrote

RE: JBoss JMX port problem

2007-11-13 Thread CobraTheSleek
I am using JBoss 4.2.1 with Snapshot 5.0 of Active MQ I am facing the very same issue. Without the entry for the management context, I see the following error: 19:29:41,343 WARN [ManagementContext] Failed to start jmx connector: Cannot bin d to URL [rmi://localhost:1099/jmxrmi]:

Re: Messages not being received by consumer

2007-11-12 Thread CobraTheSleek
a transactional session and never calling commit(). On 09/11/2007, CobraTheSleek [EMAIL PROTECTED] wrote: Hi, ENV: ActiveMQ-Snapshot-5.0 JBoss AS 4.2.1 I have the following queues defined: mbean code=org.jboss.resource.deployment.AdminObject name=activemq.queue:name

Re: Messages not being received by consumer

2007-11-11 Thread CobraTheSleek
-arg value=org.apache.activemq.replyQueue / /bean CobraTheSleek wrote: Hi, ENV: ActiveMQ-Snapshot-5.0 JBoss AS 4.2.1 I have the following queues defined: mbean code=org.jboss.resource.deployment.AdminObject name=activemq.queue:name=org.apache.activemq.requestQueue

Messages not being received by consumer

2007-11-09 Thread CobraTheSleek
Hi, ENV: ActiveMQ-Snapshot-5.0 JBoss AS 4.2.1 I have the following queues defined: mbean code=org.jboss.resource.deployment.AdminObject name=activemq.queue:name=org.apache.activemq.requestQueue attribute name=JNDINameactivemq/requestQueue/attribute depends

JBoss JNDI assistance requested.

2007-11-06 Thread CobraTheSleek
I am trying to understand how to work with JBoss JNDI and Active MQ. My activemq-ds.xml file contains a defition of a queue: ... mbean code=org.jboss.resource.deployment.AdminObject name=activemq.queue:name=org.apache.activemq.spring.queue attribute name=JNDINamespringQueue/attribute

Active MQ MDB with JBoss

2007-11-02 Thread CobraTheSleek
I am trying to get an Active MQ MDB working with JBoss based of the example from http://activemq.apache.org/inbound-communication.html The one difference that I have is that I have security setup in my broker-config.xml and also have different name of the broker than the default. When I deploy

Active MQ User not authenticated on restart JBoss

2007-11-02 Thread CobraTheSleek
On JBoss, I am working with Active MQ Snapshot 5.0. I have JAAS security setup as per the example on the security page. When I run for the first time, i.e., no journaled entries in the activemq-data folder, the server starts up just fine. However, once I run tests againts the Broker, stop and

JBoss DatabaseServerLoginModule for JAAS

2007-10-30 Thread CobraTheSleek
I am trying to use JBoss org.jboss.security.auth.spi.DatabaseServerLoginModule jass module to authenticate a user. Has anyone tried this before? I keep getting the error shown below. I know for a fact that the module is operational as it hits the database and reads the roles etc. User user is

Re: [Stomp] Security - not authorized to create: topic://ActiveMQ.Advisory.Connection error

2007-10-26 Thread CobraTheSleek
Was wondering if you figured this out? I am facing the very same issue. I see the my user in the property file and has the right role... Sandeep Chayapathi wrote: Hi, This is a followup on: http://www.nabble.com/-Stomp--Access-Control-List-tf2040876.html Now, I have setup AMQ 4.0.1

Active MQ JAAS

2007-10-26 Thread CobraTheSleek
I am using activemq-5.0-SNAPSHOT and am trying to get JAAS authentication working. I have the login.config and user/group property files configured as per the example http://activemq.apache.org/security.html I beleive others have faced this problem but I have not found a concrete answer. I get

Re: Active MQ JAAS

2007-10-26 Thread CobraTheSleek
. Did you set java.security.auth.login.config ? Or are you letting the JAAS plugin find it in the class path? Joe CobraTheSleek wrote: I am using activemq-5.0-SNAPSHOT and am trying to get JAAS authentication working. I have the login.config and user/group property files configured