Public RabbitMQ
1.0.0
Defines the contract for publishing and consuming public messages via RabbitMQ, enabling asynchronous event-driven communication between distributed services.
Servers
AMQP
prod
publicapi.nt.cloud.bewotec.de
Variables
port
|
Supported values: 5672
|
AMQP
stage
publicapi.stage.nt.cloud.bewotec.de
Variables
port
|
Supported values: 5672
|
Operations
receive
receiveSuperPnrNotification
#/channels/SuperPnrNotificationAMQP
Message(s)
#1
Payload
object
| activityId | string | |
| sentTime | string format | |
| message | object |
{
"activityId": "string",
"sentTime": "2026-01-15T12:39:23.8224127\u002B00:00",
"message": {
"bookingNumber": 78,
"version": 56,
"lastModificationDate": "2026-01-15T12:39:23.8255597\u002B00:00"
}
}
Bindings
No bindings defined.
Bindings
No bindings defined.
receive
receiveFlightNotification
#/channels/FlightNotificationAMQP
Message(s)
#1
Payload
object
| activityId | string | |
| sentTime | string format | |
| message | object |
{
"activityId": "string",
"sentTime": "2026-01-15T12:39:23.8387087\u002B00:00",
"message": {
"bookings": [
{
"bookingNumber": 84,
"bookingSequence": 99,
"notificationType": "Shift"
},
{
"bookingNumber": 85,
"bookingSequence": 24,
"notificationType": "Shift"
},
{
"bookingNumber": 58,
"bookingSequence": 97,
"notificationType": "Shift"
}
]
}
}
Bindings
No bindings defined.
Bindings
No bindings defined.
Components
Channel Bindings
SuperPnrNotification
AMQP
Type
Queue
Queue
SuperPnrNotification-[TenantName]-Listener
BindingVersion
0.3.0
FlightNotification
AMQP
Type
Queue
Queue
FlightNotification-[TenantName]-Listener
BindingVersion
0.3.0