<div dir="ltr">I was performing a negative testing where I was passing an invalid queue name to the basicConsume and in my catch block I have as follows:<div><br></div><div>catch (IOException e) {</div><div>System.out.println(e.toString());<br>
</div><div>}</div><div><br></div><div>For error, all I got was "java.io.IOException" �I was hoping I would get a more detail message like "invalid queue name" or something. �I even try "getMessage()" but that return null.</div>
<div><br></div><div>Am I missing something?</div></div>