Message Boards

Subscriber messages 1 minute delays between each message

Francisco Rodriguez, modified 3 Years ago.

Subscriber messages 1 minute delays between each message

Post Date: 11/4/15 (Bronze, 2 Posts) Recent Posts

About QXtene Outbound:

 

No: 1.6.2.16

Date: Mon Sep 21 22:52:34 GMT 2009

 

Progress Application Server

Name: qxoui162_AS

Host: flqad004

Port: 5162

 

It would appear as though our outbound qxtend messages are getting throttled. My subscriber is set up as:

Sending Option: Send Immediately

Communication Method: Web Service

Subscriber Type: External Application

XML Syntax: Other

Response Timeout: 10

HTTP Version: 1.1

Include Soap Action: yes

Soap Action: "http://tempuri.org/MessageHandler"

Soap Envelope: <soapenv:Envelope
   xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Header>&1</soapenv:Header>
   <soapenv:Body><MessageHandler xmlns="http://tempuri.org/">&2</MessageHandler>
</soapenv:Body>
</soapenv:Envelope>

I process the message out of band and return execution to QXTend immediately (2 ms in the logs) yet still there is a minute delay between every message.

thumbnail
Gary Yang, modified 10 Years ago.

Re: Subscriber messages 1 minute delays between each message

Post Date: 11/5/15 (Silver, 40 Posts) Recent Posts
One of the possible cause is that the target system takes long time to process the message - have you checked that?
Francisco Rodriguez, modified 10 Years ago.

Re: Subscriber messages 1 minute delays between each message

Post Date: 11/5/15 (Bronze, 2 Posts) Recent Posts
As stated at the end of my message, I process it out of band and return execution to QXtend immediately
thumbnail
Gary Yang, modified 10 Years ago.

Re: Subscriber messages 1 minute delays between each message

Post Date: 11/7/15 (Silver, 40 Posts) Recent Posts
If that is the case, assuming you did not set delayed process (using delay type delivery schedules or BO delay), you may want to upgrade to the latest version. 1.6 is too old, there are some known performance bugs (primarily inadequate indices) that have been fixed since then.

Message place holder