Where is the file that contains the JMS configuration?

cancel
Showing results for 
Search instead for 
Did you mean: 
lancestine
Customer

Where is the file that contains the JMS configuration?

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?

 

 

1 Reply
angelborroy
Alfresco Employee

Re: Where is the file that contains the JMS configuration?

Alfresco Repository uses JMS with ActiveMQ.

Configuration con be found in source code:

https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfres...

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/)

Hyland Developer Evangelist