Products Downloads


French version


Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

REF_CLASS(MYCLASS) myInstance

myExchange = 'directExchangePrinting'

myRoutingKey = 'order_form'


CALL_DLL 'VaToolBx' 'VaToolBxAMQPSyncPublish' 'myLogicalBroker' myExchange myRoutingKey myInstance *TRUE *BLANK myReturnCode




Example 2

ALPHA(123132) myMessage

myExchange = 'directExchangePrinting'

myRoutingKey = 'order_form'

myMessage = '<!DOCTYPE html><html><head><meta charset="ISO-8859-1"><title>Title of the document</title></head><body>Hello world!</body></html>'

myMessageARguments = '{"contentType":"text/html", "contentEncoding": "ISO-8859-1"}'


CALL_DLL 'VaToolBx' 'VaToolBxAMQPSyncPublish' 'myLogicalBroker' myExchange myRoutingKey myMessage *FALSE myMessageARguments myReturnCode

...

List of VaToolBx DLL functions by theme

? Top of page