Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 827 Bytes

File metadata and controls

22 lines (12 loc) · 827 Bytes

JMSQueueReceiverMaxSessionsHardCoded

What condition does this detect?

Check if max sessions is hard coded in JMS Queue Receiver activities

This is a Process rule - the rule will test each process of the application

Why is this condition important?

Max Sessions hardcoded as part of the JMS Queue Receive reduce its portability when you deploy in different environments and break the externalization of the configuration of teh application

How to fix it?

Externalize the property by using a Global Variable for that purpose

How do I use this rule?

The rule is enabled by default. To disable it if unwanted, clone the default "BW5 Quality Profile" quality profile and then disable the rule.


< Return to Rules list | << Return to main README file