Just confirmed:
If changed JMSRemotingConnection::start like this
|
| public static int count = 1;
|
| ....
|
|
| public void start() throws Throwable
| {
| // Enable client pinging. Server leasing is enabled separately on the server
side
|
| Map config = new HashMap();
| config.put(Client.ENABLE_LEASE, String.valueOf(clientPing));
| config.put("clientName", "connection"+(count++));
|
| .......
|
The leasing always works
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971841#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...