[jira] [Commented] (QPID-3838) [JMS] Vendor specific properties should be prefixed with JMS_

2013-05-09 Thread Rajith Attapattu (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13652992#comment-13652992
 ] 

Rajith Attapattu commented on QPID-3838:


I have committed the fix described in the above comment @ 
http://svn.apache.org/r1480656

 [JMS] Vendor specific properties should be prefixed with JMS_
 -

 Key: QPID-3838
 URL: https://issues.apache.org/jira/browse/QPID-3838
 Project: Qpid
  Issue Type: Bug
  Components: Java Client
Affects Versions: 0.12, 0.14
Reporter: Rajith Attapattu
Priority: Minor
  Labels: jms-compliance

 As per the JMS spec, vendor specific message properties should be prefixed 
 with JMS_
 Since we are including qpid.subject in all outgoing messages, it's causing 
 a TCK failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-3838) [JMS] Vendor specific properties should be prefixed with JMS_

2012-02-13 Thread Rajith Attapattu (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13207335#comment-13207335
 ] 

Rajith Attapattu commented on QPID-3838:


Simply changing the existing behaviour can break existing applications.
One solution is to check the strict-jms flag and convert the property name to 
allow the TCK to pass.
i.e if the flag is present, qpid.subject will be converted to 
JMS_qpid.subject.
(This is done on the receiving side, so nothing would change on the wire)

Applications could still continue to use qpid.subject to retrieve the subject 
and the code internally will resolve to JMS_qpid.subject.

Perhaps there is a more elegant way to solve this issue. Comments are welcome !

 [JMS] Vendor specific properties should be prefixed with JMS_
 -

 Key: QPID-3838
 URL: https://issues.apache.org/jira/browse/QPID-3838
 Project: Qpid
  Issue Type: Bug
  Components: Java Client
Affects Versions: 0.12, 0.14
Reporter: Rajith Attapattu
Priority: Minor
 Fix For: 0.15


 As per the JMS spec, vendor specific message properties should be prefixed 
 with JMS_
 Since we are including qpid.subject in all outgoing messages, it's causing 
 a TCK failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org