[ openjms-Bugs-667586 ] Non-number message ID
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #667586, was opened at 2003-01-14 05:42
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=667586&group_id=54559
Category: specification
Group: v0.7.3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Oh Jiung (ohju)
Assigned to: Jim Alateras (jalateras)
Summary: Non-number message ID
Initial Comment:
Openjms accepts only number-format message IDs,
and throws JMSException otherwise.
This breaks JORAM test testJMSMessageID_1:
setJMSMessageID("ID:foo")
----------------------------------------------------------------------
>Comment By: Tim Anderson (tanderson)
Date: 2003-01-14 12:23
Message:
Logged In: YES
user_id=557161
Strictly speaking, OpenJMS can reject this as
JMSMessageIDs are provider specific, and ID:foo is not a
valid OpenJMS message identifier.
It is however not compliant in that it doesn't conform to
section 3.4 of the specification:
" When a message is sent, JMSMessageID is ignored.
When the send method returns it contains a provider-
assigned value."
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=667586&group_id=54559