[JBoss-user] [Clustering/JBoss] - Re: Dynamically create JMS destinations in clustered environ

2006-03-31 Thread chris_pollentier
The queue will be persistent if you configured the JMS provider to use persistent queues (the file hsqldb-jdbc2-service.xml in the deploy-hasingleton/jms directory configures the persistent storage using hypersonic DB) There is no secondary JMS server where the queue can be added. When

[JBoss-user] [Clustering/JBoss] - Re: Dynamically create JMS destinations in clustered environ

2005-03-29 Thread chris_pollentier
Hi, I did indeed found a solution for this. Check wiki: http://www.jboss.org/wiki/Wiki.jsp?page=JBossHASingletonRemoteAccess This wiki explains how to deploy an RMI invoker that can be used to invoke methods on singleton MBeans from anywhere in the cluster. This invoker is deployed as a

[JBoss-user] [Clustering/JBoss] - All singleton services on the same JBoss

2005-03-04 Thread chris_pollentier
A question about Singleton services: Assuming that I put singleton services NOT in the deploy-hasingleton directory, but in the deploy (or farm) directory: When a master is chosen for the singleton services, is there always one JBoss instance chosen as master for ALL singleton services, or can

[JBoss-user] [Clustering/JBoss] - Dynamically create JMS destinations in clustered environment

2005-03-02 Thread chris_pollentier
Hi all, I have deployed JMS in a clustered environment, using the 'all' server configuration. In this configuration, the JMS DestinationManager service is deployed as a singleton service. I want to create queues on demand from within my application. Before we were running in a clustered

[JBoss-user] [JCA/JBoss] - Re: No ManagedConnections available ...

2005-01-14 Thread chris_pollentier
We had the same issue. This is related to a bug in Jboss ConnectionPool. The bug has been fixed in jboss 3.2.6 For details: http://sourceforge.net/tracker/index.php?func=detailaid=985318group_id=22866atid=376685 View the original post :