This class implements javax.jms.QueueSender
A sender created with a null Queue will now be interpreted as created as an
unidentifyed sender and follows the spec in throwing
UnsupportedOperationException at the correct places.
This class implements javax.jms.TopicPublisher
A publisher created with a null Topic will now be interpreted as created as
an unidentifyed publisher and follows the spec in throwing
UnsupportedOperationException at the correct places.