Thanx for reply...
i have one more question:
how can i check if client (on starting) got connected to the server...
e.g. If client has not connected to server, i need it to try to connect
again in, lets say, 5 mins... the problem i have now is that when i use
reliable:tcp://localhost... (i'm using ActiveMQ 3.0) my localhost server
cannot start until remote server (where broker is) is started.
I was thinking of impelemting some loop, ant try to connect every
5 minutes i.e. i need something like this:
while(!isConnected()) {
//try to connect to broker-server...
}
Any idea how to do this?
--
View this message in context:
http://www.nabble.com/Is-connected-to-broker-server--tf3027669.html#a8412229
Sent from the ActiveMQ - User mailing list archive at Nabble.com.