TIBCO · AsyncAPI Specification
TIBCO Messaging API
Version 1.0
Enterprise messaging API supporting TIBCO Enterprise Message Service (EMS) and FTL (TIBCO FTL) for reliable, high-performance messaging. Supports JMS-compatible publish-subscribe and point-to-point messaging patterns for real-time data distribution across enterprise applications.
View Spec
View on GitHub
AnalyticsAPI ManagementCloudEnterprise SoftwareIntegrationMessagingReal-Time DataAsyncAPIWebhooksEvents
Channels
orders/created
Publish order created event
Channel for newly created order events. Producers publish order creation notifications and consumers receive them for downstream processing such as fulfillment, inventory, and billing.
orders/updated
Publish order update event
Channel for order status update events. Consumers receive notifications when order status changes (e.g., shipped, delivered).
inventory/changed
Publish inventory change event
Channel for inventory change events. Published when stock levels change due to orders, returns, or manual adjustments.
notifications/alerts
Publish system alert
Channel for system alert notifications. Used for broadcasting operational alerts, threshold violations, and system health events.
integration/events
Publish integration event
General-purpose integration event channel for inter-application messaging. Supports custom event types with flexible payloads.
data/stream
Publish data stream message
High-throughput data streaming channel for real-time data distribution using TIBCO FTL transport layer.
Messages
OrderCreated
Order Created Event
Notification that a new order has been created
OrderUpdated
Order Updated Event
Notification that an order status has changed
InventoryChanged
Inventory Changed Event
Notification that inventory levels have changed
Alert
System Alert
System alert notification for operational monitoring
IntegrationEvent
Integration Event
General-purpose integration event for inter-application messaging
DataStreamMessage
Data Stream Message
High-throughput data stream message via FTL
Servers
jms
ems-production
ssl://messaging.cloud.tibco.com:7243
TIBCO EMS Production Server (SSL)
jms
ems-development
tcp://messaging.cloud.tibco.com:7222
TIBCO EMS Development Server
https
ftl-production
https://messaging.cloud.tibco.com:8585
TIBCO FTL Realm Server