如何使用apache camel
和spring
订阅主题排队?
我这样做
amazonSNSClient.subscribe("arn:aws:sns:yopa-local:000000000000:test-topic-with-subscriptions",
"sqs", "arn:aws:sqs:yopa-local:000000000000:test-subscribed-queue-standard");
带参数
endpoint -> arn:aws:sqs:yopa-local:000000000000:test-subscribed-queue-standard
protocol -> sqs
topic-arn -> arn:aws:sns:yopa-local:000000000000:test-topic-with-subscriptions
似乎工作正常。但是如何使用camel
?