Skip to content

Commit 68075a9

Browse files
committed
change explanation for using wildcards
Resolves: #49
1 parent 9a198b1 commit 68075a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ PCFParameters:
110110
sendPCFCommands: true
111111
# If usePCFWildcards equals "true", then all monitored objects will be grouped by object type: QUEUE, CHANNEL and LISTENER. Only one PCF command will be sent for each object type.
112112
# If usePCFWildcards equals "false", then PCF command will be send for each object.
113-
# PCF command are sent in one connection to MQ queue manager, so for many PCF command will be opened many connection to MQ queue manager.
113+
# Each PCF command uses a separate connection, so sending a large number of PCF commands will create a large number of connections to MQ queue manager.
114114
# For example, for 100 monitoring queues will be opened 100 connections to MQ queue manager, if usePCFwildcard equals "false".
115115
usePCFWildcards: true
116116
# Interval in seconds between sending PCF commands.

0 commit comments

Comments
 (0)