blog

spring_amqp

1.padding 2.message 3.profile 4.messageConverter...

Sep 5, 2020 · 1 min. read
シェア

パディング

最初に交換があり、次にキューがあり、交換がどのキューにバインドされるかを宣言する。

メッセージ

どの取引所にメッセージを送信し、どのバインディングルールをメッセージに含めるかを示すメッセージを作成する。

設定ファイル

<dependency>
 <groupId>org.springframework.boot</groupId>
 <artifactId>spring-boot-starter-test</artifactId>
 <scope>test</scope>
</dependency>

メッセージ変換

org.springframework.amqp.rabbit.core.RabbitTemplate private MessageConverter messageConverter = new SimpleMessageConverter();

注釈 ConditionalOnProperty

@ConditionalOnProperty(prefix = "rest", name = "auth-open", havingValue = "true", matchIfMissing = true)
Read next

実用的なVueカスタムブレ防止ディレクティブ

アンチシェイク機能、デフォルト200ms 使用方法 throttle function 使用方法 直接v-debounceまたはv-throttleでトリガーする機能をバインドします。

Sep 4, 2020 · 2 min read

vscodeの問題点

Sep 4, 2020 · 1 min read

jsはデータ型を決定する。

Sep 3, 2020 · 1 min read

イーサの5周年を祝うもの

Sep 3, 2020 · 2 min read