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

ASF subversion and git services commented on QPID-7159:
-------------------------------------------------------

Commit 1737853 from [email protected] in branch 'java/trunk'
[ https://svn.apache.org/r1737853 ]

QPID-7159: Add connection parameter to control whether a MessageProducer will 
populate the JMSXUserID value for each sent message using the authenticated 
username from the connection

           Applied patch supplied by Jakub Scholz with some minor changes

> [Java Client] Disabling user ids in AMQP messages
> -------------------------------------------------
>
>                 Key: QPID-7159
>                 URL: https://issues.apache.org/jira/browse/QPID-7159
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Java Client
>            Reporter: Jakub Scholz
>             Fix For: qpid-java-6.0.2, qpid-java-6.1
>
>         Attachments: QPID-7159-Add-system-test.diff, 
> QPID-7159-conn-option.patch, 
> QPID-7159-rename-parameter-into-populateJMSXUserID.diff, QPID-7159.patch
>
>
> The AMQP 0-10 JMS client seems to always attach the user-id message property 
> to the AMQP message. 
> In some cases, I don't think this is desired. For example when I send 
> messages to my customers, I do not really want them to know which other users 
> exist on the broker and are used to send messages.
> It would be great to have a possibility to disable the user-id when needed. 
> The attached patch disables the user id in the BasicMessageProducer based on 
> a system property qpid.attach_user_id (true/false). Does that look like a 
> reasonable solution? If yes, I can try to add some tests.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to