# File lib/adaptation/xmlblaster/xmlblaster_client.rb, line 77 def publish( xmlKey, content, qos ) begin returnValue = @proxy.call("xmlBlaster.publish", @sessionId, xmlKey, content, qos ) @audit.info( "==> ::PUBLISH:: <== Success publishing with sessionID #{@sessionId}") rescue => e @audit.warn( "XMLBlasterClient: Error publishing to MOM: #{e}" ) raise e end return true end