我已经提供了客户端的队列连接详细信息以使用 Camel 连接到它。在 applicationContext.xml 中设置它时,我陷入了困境。
客户端提供了 jndiNames 和队列名称来连接到这些队列。有点像
QueueName
com.requestQueue
com.responseQueue
JNDI Name
comRequestQueue
comResponseQueue
在 POC 期间,我刚刚提供了本地队列名称以使用 Camel 连接到它。但是在这里我很困惑如何在骆驼配置中同时使用 jndiNames 和 queueNames。