<div dir="ltr">I'm having difficulty trying to understand how to code to extract custom headers. �I was able to put the custom header info by issuing below:<div><br></div><div><div>java.util.Map<String,Object> headers = new java.util.HashMap<String,Object>();</div>
<div>headers.put("FirstName", strFirstName);</div></div><div><br></div><div>So, when I consume the message, how can I get "Firstname" value?</div></div>