What is the lifecycle of the apache tribes channel?

2010-10-18 Thread Michael Knümann
Hi, I'm using apache tribes for messaging between nodes within a cluster. My implementation bases on the quickstart example that is part of the related documentation. At the moment there is Context Listener that starts the communication during the deployment of the webapp like this:

What is the lifecycle of the apache tribes channel?

2010-10-15 Thread Michael Knümann
Hi, I'm using apache tribes for messaging between nodes within a cluster. My implementation bases on the quickstart example that is part of the related documentation. At the moment there is Context Listener that starts the communication like this: myChannel = new GroupChannel();

Re: What is the lifecycle of the apache tribes channel?

2010-10-15 Thread Pid
On 15/10/2010 16:45, Michael Knümann wrote: Hi, I'm using apache tribes for messaging between nodes within a cluster. My implementation bases on the quickstart example that is part of the related documentation. At the moment there is Context Listener that starts the communication like