Verify broker subscription queue names

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


error icon BROKERCCDURSUBQ and BROKERDURSUBQ values are the same for destination <destination name>

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.