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
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
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