【发布时间】:2014-01-27 12:24:30
【问题描述】:
我需要从独立的 Java 应用程序访问安全的 MQ 队列。
有哪些不同的机制可以做到这一点?我在哪里可以找到实现它的不同方法的详细信息?任何代码 sn-ps 或文档链接表示赞赏。
谢谢
更新
谢谢沙市。
我对 MQ 不太熟悉。我在 java 方面,所以我请我们的 MQ 管理员帮我解释一下。这是他们告诉我的,我们有。
We have a “secure” qmgr MGR1. We are attempting to secure all of the objects.
We use two (or more) types of security.
Object Level security and Channel Authorization records.
Using Channel Authorization records, we can control who can use a channel
from where (userid / IP Address) – block everyone else.
Object level security, controls who can access a specific object and what
they are allowed to do:
UID1 has connect authority to the qmgr. Read authority on PV.** queues.
这是你要问的吗?
【问题讨论】:
-
您能否描述一下您所说的安全 MQ 是什么意思?
-
@Shashi - 谢谢。我用详细信息更新了问题