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-05-15T09:21:25.7766427\u002B00:00",
"message": {
"bookingNumber": 0,
"version": 11,
"lastModificationDate": "2026-05-15T09:21:25.7773207\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-05-15T09:21:25.7919253\u002B00:00",
"message": {
"bookings": [
{
"bookingNumber": 73,
"bookingSequence": 57,
"notificationType": "Shift"
},
{
"bookingNumber": 10,
"bookingSequence": 15,
"notificationType": "Shift"
},
{
"bookingNumber": 51,
"bookingSequence": 41,
"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