spring - SpingBoot mq web app stops consuming messages -
i noticed strange problem in web app. web app hosted on aws, made in springboot framework , main responsibility consuming messages mq. messages consumed 1 one - there no concurrency.
i using mqqueueconnectionfactory class prepare connection, set parameters like:
- host
- port
- queue manager
- channel
- int property
- client reconnect options
and ssl required parameters. seems work time until happen , messages mq not consumed. can see messages waiting being consumed, web app not consume it. after web app restarted work fine. think can problem connection seems broken after time (several days). set reconnect option connection factory class , not know else fix it.
have ever met similar problem? have clues?
Comments
Post a Comment