While setting up a JMS listener for a TIBCO topic using Spring, I am getting the below error as our TIBCO won't allow any other subscribers. So, I am looking for any alternative solution to consume the messages that are sent to that TIBCO topic.
"Setup of JMS message listener invoker failed for destination 'TIBCO_JMS_TOPIC_NAME' - trying to recover. Cause: Not permitted"
NOTE: I gone through the answer for the related question which is here and I don't find the solution yet.