Interface GlobalDlqConfig
public interface GlobalDlqConfig
Configuration related to the global dead-letter-queue
-
Method Summary
Modifier and TypeMethodDescriptionintGlobal Dead letter Queue maximum message sizetopic()Global Dead letter Queue to produce error messages not managed by the application
-
Method Details
-
topic
Global Dead letter Queue to produce error messages not managed by the application -
maxMessageSize
@WithDefault("2147483647") int maxMessageSize()Global Dead letter Queue maximum message size
-