java - Sprint Boot Application Shutdown -


i have spring boot application listens jcaps. connection durable. when shutdown application using

curl -x post ip:port//shutdown 

application not shutting down completely. can see pid when grep processes. tried kill using

kill -15 pid 

or

kill -sigterm pid 

the pid gone, subscription jcaps topic still active. hence, when restart application, unable connect same topic using same subscriber name.

please on how shutdown spring boot application.


Comments

Popular posts from this blog

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -