Description
Make PrefetchPolicy a property of IConnection for easier unit testing against Apache.NMS.ActiveMQ.Connection class.
If a prefetch policy is set in code right now, the IConnection needs to be casted to Connection. This breaks tests mocking a Connection with IConnection.