I'm looking to mimic however Alfresco is configured to use JMS in it's out of the box Alfresco 23.2.1 content services war. It seems like there should be an XML file in like this example, alfresco-repository-21.20.jar!\alfresco\subsystems\Messaging\default\messaging-context.xml, that has the configuration. Maybe that is the actual file that I'm looking for. I don't know the inner workings of Alfresco. Where is such a configuration file located?
Alfresco Repository uses JMS with ActiveMQ.
Configuration con be found in source code:
When the repository is packaged as WAR, this file is included in the JAR you mentioned.
In Alfresco Community release, JMS is used for out-of-process platform extensions (https://docs.alfresco.com/content-services/latest/develop/oop-ext-points/).
In Alfresco Enterprise release, JMS is used to as communication mechanism between repository, Transform Service (https://docs.alfresco.com/transform-service/latest/) and Search Enterprise (https://docs.alfresco.com/search-enterprise/latest/)
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.