UNPKG

@message-queue-toolkit/core

Version:

Useful utilities, interfaces and base classes for message queue handling. Supports AMQP and SQS with a common abstraction on top currently

2 lines (1 loc) 379 B
export { PUBLISHER_MESSAGE_METADATA_SCHEMA, CONSUMER_MESSAGE_METADATA_SCHEMA, PUBLISHER_BASE_MESSAGE_SCHEMA, CONSUMER_BASE_MESSAGE_SCHEMA, type ConsumerBaseMessageType, type PublisherBaseMessageType, type PublisherMessageMetadataType, type ConsumerMessageMetadataType, type CommonMessageDefinitionSchemaType, enrichMessageSchemaWithBase, } from '@message-queue-toolkit/schemas';