v0.0.3 - Relantionship of Command
This version will bring in the following additions/updates:
- Add
Show
instance forJmsMessage
. This may be helpful for logging purposes. - Remove
F
fromJmsMessage
. Most of the ops onJmsMessage
are not doing any I/O at all, so we found it easier to just returnTry
s and avoid the spread ofF
everywhere in clients' projects.