<div dir="ltr">Hi Team,<div><br></div><div>Am getting cannot cast exception in Listener when I am trying to send LinkedHashMap as request at producer end using Spring AMQP.</div><div><br></div><div>Request - </div><div>Map<String, Object> reqMap = new LinkedHashMap<String, Object>();</div>
<div>Employee emp = new Employee();</div><div>reqMap.put("empObj", emp);</div><div>reqMap.put("comp", "XYZ");</div><div>template.convertAndSend(reqMap);</div><div><br></div><div>Respons-</div>
<div>void handleMessage(Map myReqMsg){</div><div> Employee emp = (Employee)  myReqMsg.get("empObj");</div><div>}</div><div><br></div><div>Exception at Consumer End :-</div><div><font color="#ff0000">ClassCastException: Cannot cast java.util.LinkedHashMap (id=173) to com.sw.Employee</font><br>
</div><div><font color="#ff0000"><br></font></div><div><font color="#000000"><span style="background-color:rgb(238,238,238)">Thanks,</span></font></div><div><font color="#000000"><span style="background-color:rgb(238,238,238)">Sekhar</span></font></div>
</div>