Thanks to Maarten I was able to get basic ActiveMQ JMS topics and connection factories working in WAS. He has a nice write up in his reply to this topic: ActiveMQ 5.11 with WebSphere Application Server 8.5
But I cannot find a way to define any ActiveMQ JMS Activation Specs in the WAS admin console. And of course I need those in order to trigger my MDBs. ActiveMQ simply doesn't show up as a JMS provider when creating a new AS.
How do I configure Activation Specs in WAS using ActiveMQ as the provider? Am I missing a jar file?
activemq-client-5.11.0.jar hawtbuf-1.11.jar slf4j-api-1.7.10.jar
Resources > JMS > JMS Providers > JMS Generic provider
, that you configured for ActiveMQ, then you should have inAdditional Properties
sectionActivation Specifications
. Listener ports are already deprecated, so I wouldn't go that way. – Gas