Where is the file that contains the JMS configuration?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 12:17 PM
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?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 03:15 AM
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/)
