|
@SuppressWarnings("unchecked") |
|
public void queue (FullHttpRequest request, Context ctx) { |
|
sp.out(getQueue(request), ctx, 60000L); |
|
} |
Currently, the timeout is hard coded to 60000L, can we make the timeout configurable?
Since the routes can use different Txn Mgrs, a timeout per route would be good to have.