We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PacketReference.createReference(null, null, null)
NPEx
PacketReference.createReference(null, null, null) always throws NPEx, and used here:
openmq/mq/main/mq-broker/broker-core/src/main/java/com/sun/messaging/jmq/jmsserver/core/Destination.java
Lines 3004 to 3010 in 0c798da
Affects:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
PacketReference.createReference(null, null, null)
always throwsNPEx
, and used here:openmq/mq/main/mq-broker/broker-core/src/main/java/com/sun/messaging/jmq/jmsserver/core/Destination.java
Lines 3004 to 3010 in 0c798da
causes messages in cluster to not be ACKed.
Affects:
The text was updated successfully, but these errors were encountered: