Last active
June 16, 2017 04:12
-
-
Save jamescarr/1122d3f3ba8d7a5c1cc364188c664052 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exch := msg.Exchange | |
if val, ok := msg.Headers["x-original-exchange"]; ok { | |
exch = msg.Headers["x-original-exchange"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment