Hi,
>> Just out of interest; why you want to create a new network connector at
>> runtime?
I doing some test where I have Broker (server) which I can't shut down.
Other brokers (clients) connect and disconnect from this server in random
manner - I can't predict time and network location.
Communication is based on queues (one Consumer – one Broker - one
queue), Producer is sending messages to queues through Server. But when I
create networkConnector from Client Broker to Server Broker, JMS Consumer
doesn’t get messages (they stay on the server).
This is the problem I can’t overcome, but I figured out if could
add/remove networkConnector’s on server on runtime the problem should be
fixed. Of course it would be better if I could do this without programmatic
interference.
Regards,
Martin.
--
View this message in context:
http://www.nabble.com/New-networkConnector-programmatically-t1819593.html#a4969535
Sent from the ActiveMQ - User forum at Nabble.com.