public ObjectMessage createObjectMessage()

in src/main/java/com/azure/servicebus/jms/ServiceBusJmsSession.java [55:57]


    public ObjectMessage createObjectMessage(Serializable object) throws JMSException {
        return this.innerSession.createObjectMessage(object);
    }