function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kevin_MKevin_M 

JMS

What is a good way to invoke JMS through Salesforce?
JonPJonP
You would have to expose your queue/topic through a web service, import the WSDL into your Salesforce environment, and use API callouts to invoke your web service.

Also, s number of commercial integration tools on the AppExchange offer connectors for both the Force.com Web Services API and JMS.