Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Query end points are channels to communicate with the TQLEngine through the TQL FacetInstance. TQL queries are sent to query end points as the payload of a message.

Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.

Query end points are defined in the mqp file. 

When you deploy or export a project from TQLStudio, it automatically generate the mqp file for you, which defines two query end points:

http:// - for all queries except subscription. This is synchronous 

ws:// - subscription is always sent and received from the WebSocket channel. Asynchronous

Describe the common structure of a query end point, which contains the facet ID

Can query end points be changed after deployment?

  • No labels