Kim Tran
unread,Sep 18, 2014, 6:21:15 PM9/18/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitm...@googlegroups.com, alan.a...@gmail.com
Alan,
First of all, thanks for the C++ Client library. It hides a bunch of
details that one has to deal with if using rabbitmq-c. SimpleAmqpClient
has good documentation and a number of good examples of how to use
classes/objects provided by the library to do messaging. However, it
seems little is described in terms of exception handling. Is there a
guidelines on how to handle various exceptions that could be thrown by
the library? For example, what can be restarted/reset within the
application vs giving up ? What are the differences between
ChannelException and ConnectionException? Is there a need to have
specific handling for low-level exception like ResourceLockedException?
How should they be handled ?
Thanks,
-Kim