Hi @Solace_chunnu ,
Two things I would recommend checking are:
The openshift health checks. Does that report anything? Is it restarting the container b/c of that? Your consumer code - is it actually waiting for messages after it connects or does your app just end? Checkout this sample which goes into a while loop while processing messages. Does your consumer code work if you run it locally (outside of openshift?) Hope that helps!