Configuring the Message Queue Handler
1 min
use the message queue handler workspace to configure the message queue handler follow these steps log in to the configdb from the workspace selector bar, select message queue handler the system displays the message queue handler workspace enter information into the fields parameter description name name of the message queue handler web service endpoint the url of the message queue handler web service to which queued tasks are dispatched an example is http //ip address/integrationservice svc dispatch method the name of the web method that is implemented as part of the handler web service (which the message queue invokes to dispatch tasks) for example, the xslt email handler implements a web method called handlemessage note the name of the dispatch web method is case sensitive batch size the maximum number of tasks that the message queue can dispatch to a message queue handler active specifies if the message queue handler is on or off priority specifies the order of this handler, in relation to any other handlers that are defined process timeout interval (minutes) amount of time to wait for a response from the message queue handler before logging an error or before retrying, if you have not exceeded the number of attempts specified by the max number of attempts parameter include data with dispatch specifies whether to include the data when this dispatch web method is called if you do not check this option, the message queue handler must call the dispatch web method to get the data max number of attempts the maximum number of times to resend the data before logging an error archive on completion specifies whether to archive the message queue journal, which contains the tasks that the message queue handler has processed use this information for troubleshooting purposes enabled by default purge archive after (days) set to 30 days by default the amount of days after which the archive is purged description a description of the message queue handler click save
