| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | AMQ_RABBITMQ_REPLY_TO | "amq.rabbitmq.reply-to" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | DIRECT | "direct" |
public static final StringSE | FANOUT | "fanout" |
public static final StringSE | HEADERS | "headers" |
public static final StringSE | SYSTEM | "system" |
public static final StringSE | TOPIC | "topic" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | BATCH_FORMAT_LENGTH_HEADER4 | "lengthHeader4" |
public static final StringSE | CONTENT_TYPE_BYTES | "application/octet-stream" |
public static final StringSE | CONTENT_TYPE_JSON | "application/json" |
public static final StringSE | CONTENT_TYPE_JSON_ALT | "text/x-json" |
public static final StringSE | CONTENT_TYPE_SERIALIZED_OBJECT | "application/x-java-serialized-object" |
public static final StringSE | CONTENT_TYPE_TEXT_PLAIN | "text/plain" |
public static final StringSE | CONTENT_TYPE_XML | "application/xml" |
public static final StringSE | DEFAULT_CONTENT_TYPE | "application/octet-stream" |
public static final StringSE | SPRING_AUTO_DECOMPRESS | "springAutoDecompress" |
public static final StringSE | SPRING_BATCH_FORMAT | "springBatchFormat" |
public static final StringSE | X_DELAY | "x-delay" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | X_QUEUE_MASTER_LOCATOR | "x-queue-master-locator" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final int | DEFAULT_RECEIVE_TIMEOUT | 30000 |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | FALSE | "false" |
public static final StringSE | TRUE | "true" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | DEFAULT_RABBIT_LISTENER_CONTAINER_FACTORY_BEAN_NAME | "rabbitListenerContainerFactory" |
public static final StringSE | RABBIT_EMPTY_STRING_ARGUMENTS_PROPERTY | "spring.rabbitmq.emptyStringArguments" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
protected static final StringSE | BINDING_ARGUMENTS | "binding-arguments" |
protected static final StringSE | BINDING_EXCHANGE_ATTR | "exchange" |
protected static final StringSE | BINDING_QUEUE_ATTR | "queue" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | BASE_PACKAGE | "org.springframework.amqp.core.rabbit.config" |
public static final StringSE | METHOD_ATTRIBUTE | "method" |
public static final StringSE | ORDER | "order" |
public static final StringSE | REF_ATTRIBUTE | "ref" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | RABBIT_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME | "org.springframework.amqp.rabbit.config.internalRabbitListenerAnnotationProcessor" |
public static final StringSE | RABBIT_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME | "org.springframework.amqp.rabbit.config.internalRabbitListenerEndpointRegistry" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final int | DEFAULT_CLOSE_TIMEOUT | 30000 |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | RETURN_LISTENER_CORRELATION_KEY | "spring_listener_return_correlation" |
public static final StringSE | RETURNED_MESSAGE_CORRELATION_KEY | "spring_returned_message_correlation" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final int | BASIC_CLASS_ID_60 | 60 |
public static final int | CHANNEL_PROTOCOL_CLASS_ID_20 | 20 |
public static final int | CONNECTION_PROTOCOL_CLASS_ID_10 | 10 |
public static final int | CONSUME_METHOD_ID_20 | 20 |
public static final int | DECLARE_METHOD_ID_10 | 10 |
public static final int | EXCHANGE_CLASS_ID_40 | 40 |
public static final int | QUEUE_CLASS_ID_50 | 50 |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | DEFAULT_EXCHANGE_NAME | "" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | BROKER_ADMIN_PW | "RABBITMQ_TEST_ADMIN_PASSWORD" |
public static final StringSE | BROKER_ADMIN_URI | "RABBITMQ_TEST_ADMIN_URI" |
public static final StringSE | BROKER_ADMIN_USER | "RABBITMQ_TEST_ADMIN_USER" |
public static final StringSE | BROKER_HOSTNAME | "RABBITMQ_TEST_HOSTNAME" |
public static final StringSE | BROKER_PORT | "RABBITMQ_TEST_PORT" |
public static final StringSE | BROKER_PW | "RABBITMQ_TEST_PASSWORD" |
public static final StringSE | BROKER_REQUIRED | "RABBITMQ_SERVER_REQUIRED" |
public static final StringSE | BROKER_USER | "RABBITMQ_TEST_USER" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final int | DEFAULT_PORT | 5672 |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | RUN_LONG_INTEGRATION_TESTS | "RUN_LONG_INTEGRATION_TESTS" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final boolean | DEFAULT_DEBATCHING_ENABLED | true |
public static final int | DEFAULT_PREFETCH_COUNT | 250 |
public static final long | DEFAULT_RECOVERY_INTERVAL | 5000L |
public static final long | DEFAULT_SHUTDOWN_TIMEOUT | 5000L |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final long | DEFAULT_RECEIVE_TIMEOUT | 1000L |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | ORIGINAL_DEFAULT_LISTENER_METHOD | "handleMessage" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | APPLICATION_ID | "applicationId" |
public static final StringSE | CATEGORY_LEVEL | "level" |
public static final StringSE | CATEGORY_NAME | "categoryName" |
public static final StringSE | THREAD_NAME | "thread" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | APPLICATION_ID | "applicationId" |
public static final StringSE | CATEGORY_LEVEL | "level" |
public static final StringSE | CATEGORY_NAME | "categoryName" |
public static final StringSE | THREAD_NAME | "thread" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final int | DEFAULT_FRAME_MAX_HEADROOM | 20000 |
public static final StringSE | X_EXCEPTION_MESSAGE | "x-exception-message" |
public static final StringSE | X_EXCEPTION_STACKTRACE | "x-exception-stacktrace" |
public static final StringSE | X_ORIGINAL_EXCHANGE | "x-original-exchange" |
public static final StringSE | X_ORIGINAL_ROUTING_KEY | "x-original-routingKey" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | APP_ID | "amqp_appId" |
public static final StringSE | BATCH_SIZE | "amqp_batchSize" |
public static final StringSE | CHANNEL | "amqp_channel" |
public static final StringSE | CLUSTER_ID | "amqp_clusterId" |
public static final StringSE | CONSUMER_QUEUE | "amqp_consumerQueue" |
public static final StringSE | CONSUMER_TAG | "amqp_consumerTag" |
public static final StringSE | CONTENT_ENCODING | "amqp_contentEncoding" |
public static final StringSE | CONTENT_LENGTH | "amqp_contentLength" |
public static final StringSE | CONTENT_TYPE | "contentType" |
public static final StringSE | CORRELATION_ID | "amqp_correlationId" |
public static final StringSE | DELAY | "amqp_delay" |
public static final StringSE | DELIVERY_MODE | "amqp_deliveryMode" |
public static final StringSE | DELIVERY_TAG | "amqp_deliveryTag" |
public static final StringSE | EXPIRATION | "amqp_expiration" |
public static final StringSE | LAST_IN_BATCH | "amqp_lastInBatch" |
public static final StringSE | MESSAGE_COUNT | "amqp_messageCount" |
public static final StringSE | MESSAGE_ID | "amqp_messageId" |
public static final StringSE | PREFIX | "amqp_" |
public static final StringSE | PUBLISH_CONFIRM | "amqp_publishConfirm" |
public static final StringSE | PUBLISH_CONFIRM_NACK_CAUSE | "amqp_publishConfirmNackCause" |
public static final StringSE | RAW_MESSAGE | "amqp_raw_message" |
public static final StringSE | RECEIVED_DELAY | "amqp_receivedDelay" |
public static final StringSE | RECEIVED_DELIVERY_MODE | "amqp_receivedDeliveryMode" |
public static final StringSE | RECEIVED_EXCHANGE | "amqp_receivedExchange" |
public static final StringSE | RECEIVED_ROUTING_KEY | "amqp_receivedRoutingKey" |
public static final StringSE | RECEIVED_USER_ID | "amqp_receivedUserId" |
public static final StringSE | REDELIVERED | "amqp_redelivered" |
public static final StringSE | REPLY_TO | "amqp_replyTo" |
public static final StringSE | RETURN_EXCHANGE | "amqp_returnExchange" |
public static final StringSE | RETURN_REPLY_CODE | "amqp_returnReplyCode" |
public static final StringSE | RETURN_REPLY_TEXT | "amqp_returnReplyText" |
public static final StringSE | RETURN_ROUTING_KEY | "amqp_returnRoutingKey" |
public static final StringSE | SPRING_REPLY_CORRELATION | "amqp_springReplyCorrelation" |
public static final StringSE | SPRING_REPLY_TO_STACK | "amqp_springReplyToStack" |
public static final StringSE | TIMESTAMP | "amqp_timestamp" |
public static final StringSE | TYPE | "amqp_type" |
public static final StringSE | USER_ID | "amqp_userId" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | PRIORITY | "priority" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | ADDRESS | "address" |
public static final StringSE | MESSAGE | "message" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | DEFAULT_CLASSID_FIELD_NAME | "__TypeId__" |
public static final StringSE | DEFAULT_CONTENT_CLASSID_FIELD_NAME | "__ContentTypeId__" |
public static final StringSE | DEFAULT_KEY_CLASSID_FIELD_NAME | "__KeyTypeId__" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | DEFAULT_CLASSID_FIELD_NAME | "__TypeId__" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | DEFAULT_CHARSET | "UTF-8" |
| 修飾子と型 | 定数フィールド | 値 |
|---|---|---|
public static final StringSE | DEFAULT_CHARSET | "UTF-8" |