How is it possible to check that particular user has write rights to Queue / Topic, without affecting Destination.
If user has no such rights exception will be thrown and there would be zero-affection.
But if user has such rights, then new message will appear in Queue / Topic, and this is that shouldn't occur.
Is there any way to perform such test? May be is it possible to use transaction without commit?