You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by cburlinchon <gi...@git.apache.org> on 2017/10/24 16:46:53 UTC

[GitHub] activemq-artemis issue #1608: ARTEMIS-1479 Set validated user in all message...

Github user cburlinchon commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1608
  
    Hi,
    When sending large message I've hit this:
    java.lang.IllegalArgumentException: Missing validated user from the Artemis message
    
    Seems we don't setValidatedUserID when going through the slowPacketHandler in ServerSessionPacketHandler. I've raised a jira, let me know if you think it is a bug. I'll create some tests in meantime


---