Failover - Problems

2007-06-14 Thread MarkusJ
Hello, we use two servers. All the clients that want to receive messages are connected to both servers. The senders sends the message two one server at time. We use the failover transport for all clients: failover:tcp://TheHost:61616 If we start the clients and both servers are online everythi

XML configuration: The element topic : Usage

2007-05-20 Thread MarkusJ
Hello, for the startup configuration of topics, the xml configuration file contains the element 'topic'. This element has got the element 'properties' (type: spring bean). How do I use this element? I've tried this: Is it corr

Re: How to define properties for Topics and Queues

2007-05-18 Thread MarkusJ
James.Strachan wrote: > > On 5/18/07, JohnF <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> I tried to use JNDI and the lookup() methode to get a topic for a client. >> >> properties = new Hashtable(); >> >> properties.put(Context.INITIAL_CONTEXT_FACTORY, >> "org.apache.ac