Jonathan Robie wrote:
I have heard several people say it would be helpful to have "real world" examples, that show the kinds of problems that come up in "real" programs.

What should such examples show?

Jonathan

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Jonathan,

Here are a few off the top of my head...

1) Resilient connections (i.e. connection retry after failure with exponential backoff). 2) Using flow control on receive and transmit rather than setting infinite credit.
3) Using more than one session on a connection.

-Ted


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to