Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
In IBM MQ,
If an application sends a persistent message to a non persistent (default) queue, which takes precedent in the event of a failure?
You could simply check this.
The persistent message still in the queue TEST:
display queue(TEST)
QUEUE(TEST) ... CURDEPTH(1) ... DEFPSIST(NO)
The application is responsible for the persistence of messages, so in the event of a failure, the message will not be lost