This test checks whether the name of the queue from which durable subscription messages from a Connection Consumer (BROKERCCDURSUBQ) are received is the same as the name of the queue from which durable subscription messages are received (BROKERDURSUBQ).
The name of the queue from which durable subscription messages from a Connection Consumer (BROKERCCDURSUBQ) are received is the same as the name of the queue from which durable subscription messages are received (BROKERDURSUBQ). This means that MessageConsumers and ConnectionConsumers will use a single queue for all their messages instead of each type of consumer using a different queue; this can adversely affect performance.