Created a simple route to consume messages from a websocket. For example:
from (websocket://192.168.24.132:9101/mySocket)
.to(MyBean.class)
Route works great initially. But if I stop the route and restart it.....the
route starts but clients can no longer connect to the socket. If I restart
ASM the route once again works just fine. Did quite a bit of searching but
was unable to find anything on this.
Is this a bug or am I doing something wrong? Any help would be greatly
appreciated....
from (websocket://192.168.24.132:9101/mySocket)
.to(MyBean.class)
Route works great initially. But if I stop the route and restart it.....the
route starts but clients can no longer connect to the socket. If I restart
ASM the route once again works just fine. Did quite a bit of searching but
was unable to find anything on this.
Is this a bug or am I doing something wrong? Any help would be greatly
appreciated....