Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
It would be nice to be able to write
message.reply_to = "exchange/subject;
{...}"
Message#reply_to= currently requires its argument to be an instance of the Address class. It would be nice if it would check the class, and if it's a String, wrap it in an Address automatically.