Is there any other method to publish the doc to broker excluding publish & deliver services
From within Integration Server, the services in pub.jms and pub.publish are the ways to publish/deliver data via the Broker.
Outside of Integration Server, Broker provides various APIs that can be used.
If your client is other than IS, say java you can develop a solution to send transactions/msg’s to broker using java-broker API’s methods…