[jira] [Commented] (QPIDJMS-106) apply the validatePropertyNames option for messages to be sent in addition to those received

2015-09-04 Thread Robbie Gemmell (JIRA)

[ 
https://issues.apache.org/jira/browse/QPIDJMS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14730547#comment-14730547
 ] 

Robbie Gemmell commented on QPIDJMS-106:


I have responded off-list via moderating the dev@ list copy of this 
mail-in-jira comment.

> apply the validatePropertyNames option for messages to be sent in addition to 
> those received
> 
>
> Key: QPIDJMS-106
> URL: https://issues.apache.org/jira/browse/QPIDJMS-106
> Project: Qpid JMS
>  Issue Type: Improvement
>  Components: qpid-jms-client
>Affects Versions: 0.4.0, 0.5.0
>Reporter: Jakub Scholz
>Assignee: Robbie Gemmell
> Fix For: 0.6.0
>
> Attachments: QPIDJMS-106.patch
>
>
> The JIRA QPIDJMS-48 added a new connection option jms.validatePropertyNames 
> which can be used to override the validation of property names against the 
> JMS spec. Switching off the validation allows for example to read message 
> properties which contain period in their names.
> Right now this option seems to be taken into account only for received 
> messages. It would be great if the the option is taken into account also for 
> messages which are created and sent by the client. That would allow to send 
> messages containing period in property names.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (QPIDJMS-106) apply the validatePropertyNames option for messages to be sent in addition to those received

2015-09-03 Thread Robbie Gemmell (JIRA)

[ 
https://issues.apache.org/jira/browse/QPIDJMS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729363#comment-14729363
 ] 

Robbie Gemmell commented on QPIDJMS-106:


Thanks for checking it over, apologies for the oversight.

> apply the validatePropertyNames option for messages to be sent in addition to 
> those received
> 
>
> Key: QPIDJMS-106
> URL: https://issues.apache.org/jira/browse/QPIDJMS-106
> Project: Qpid JMS
>  Issue Type: Improvement
>  Components: qpid-jms-client
>Affects Versions: 0.4.0, 0.5.0
>Reporter: Jakub Scholz
>Assignee: Robbie Gemmell
> Fix For: 0.6.0
>
> Attachments: QPIDJMS-106.patch
>
>
> The JIRA QPIDJMS-48 added a new connection option jms.validatePropertyNames 
> which can be used to override the validation of property names against the 
> JMS spec. Switching off the validation allows for example to read message 
> properties which contain period in their names.
> Right now this option seems to be taken into account only for received 
> messages. It would be great if the the option is taken into account also for 
> messages which are created and sent by the client. That would allow to send 
> messages containing period in property names.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (QPIDJMS-106) apply the validatePropertyNames option for messages to be sent in addition to those received

2015-09-03 Thread Jakub Scholz (JIRA)

[ 
https://issues.apache.org/jira/browse/QPIDJMS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729352#comment-14729352
 ] 

Jakub Scholz commented on QPIDJMS-106:
--

Thanks for the fix. I retested it and it works fine.

> apply the validatePropertyNames option for messages to be sent in addition to 
> those received
> 
>
> Key: QPIDJMS-106
> URL: https://issues.apache.org/jira/browse/QPIDJMS-106
> Project: Qpid JMS
>  Issue Type: Improvement
>  Components: qpid-jms-client
>Affects Versions: 0.4.0, 0.5.0
>Reporter: Jakub Scholz
>Assignee: Robbie Gemmell
> Fix For: 0.6.0
>
> Attachments: QPIDJMS-106.patch
>
>
> The JIRA QPIDJMS-48 added a new connection option jms.validatePropertyNames 
> which can be used to override the validation of property names against the 
> JMS spec. Switching off the validation allows for example to read message 
> properties which contain period in their names.
> Right now this option seems to be taken into account only for received 
> messages. It would be great if the the option is taken into account also for 
> messages which are created and sent by the client. That would allow to send 
> messages containing period in property names.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (QPIDJMS-106) apply the validatePropertyNames option for messages to be sent in addition to those received

2015-09-03 Thread Robbie Gemmell (JIRA)

[ 
https://issues.apache.org/jira/browse/QPIDJMS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729251#comment-14729251
 ] 

Robbie Gemmell commented on QPIDJMS-106:


I made a similar but smaller change at the point we create and return the 
messages from the session, should have the same effect. I also fixed the broker 
test that let overlook it wasnt there originally as I had intended, oops.

> apply the validatePropertyNames option for messages to be sent in addition to 
> those received
> 
>
> Key: QPIDJMS-106
> URL: https://issues.apache.org/jira/browse/QPIDJMS-106
> Project: Qpid JMS
>  Issue Type: Improvement
>  Components: qpid-jms-client
>Reporter: Jakub Scholz
> Attachments: QPIDJMS-106.patch
>
>
> The JIRA QPIDJMS-48 added a new connection option jms.validatePropertyNames 
> which can be used to override the validation of property names against the 
> JMS spec. Switching off the validation allows for example to read message 
> properties which contain period in their names.
> Right now this option seems to be taken into account only for received 
> messages. It would be great if the the option is taken into account also for 
> messages which are created and sent by the client. That would allow to send 
> messages containing period in property names.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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