<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    Hello,<br>
    <br>
    We are using rabbitmq java client and I believe the following is a
    bug:<br>
    <br>
    GetResponse response = ...;<br>
    AMQP.BasicProperties props = response.getProps();<br>
    Map&lt;String, Object&gt; headers = props.getHeaders();<br>
    <br>
    If no headers are set, then headers variable is null when it should
    be an empty Map.<br>
    <br>
    We are using the following rabbitmq libraries and versions:<br>
    <br>
    'com.rabbitmq:amqp-client:jar:2.3.1',<br>
    'org.apache.commons:commons-io:jar:1.3.2',<br>
    'commons-pool:commons-pool:jar:1.5.6'<br>
    <br>
    Mario Leyton<br>
    --<br>
    NIC Chile Research Labs<br>
    <br>
  </body>
</html>