I'm looking to use Websphere MQ for Java API (not for JMS) since I need to access a property only available on com.ibm.mq.MQQueue (not on com.ibm.mq.jms.MQQueue)

Are there any Spring support classes (similar to JmsTemplate) or patterns which will make this less painful?

Thanks