What is the result of a message producer sending messages with the JMSDeliveryMode set to NON_PERSISTENT?
If authorization is enabled on the server, the server sends a confirmation to the message producer by default.
If authorization is disabled on the server, the server sends a confirmation to the message producer only if the npsend_check_mode is set to temp_dest.
If authorization is disabled on the server, the server sends a confirmation to the message producer by u default.
If authorization is disabled on the server, the server sends a confirmation to the message producer only if the npsend_check_mode is set to auth.
Submit