Author |
Message |
Topic: MQ Security, Authority |
mq4you
Replies: 5 Views: 3044
|
Forum: General IBM MQ Support Posted: Fri Jan 19, 2007 4:57 am Subject: MQ Security, Authority |
the java-api. below some sample code.
...
...
MQMessage sampleMessage = new MQMessage();
sampleMessage.format = MQC.MQFMT_STRING;
sampleMessage.messageType = MQC.MQ ... |
Topic: MQ Security, Authority |
mq4you
Replies: 5 Views: 3044
|
Forum: General IBM MQ Support Posted: Thu Jan 18, 2007 6:51 am Subject: MQ Security, Authority |
no, i mean that my java-app uses the mq-api to set all the context and overwrite the field user-id with the name 'test'.
is that not the parameter to check security? |
Topic: MQ Security, Authority |
mq4you
Replies: 5 Views: 3044
|
Forum: General IBM MQ Support Posted: Thu Jan 18, 2007 6:22 am Subject: MQ Security, Authority |
hello!
i'm trying to understand how setmqaut works. for that i did the following things:
i have a little java app, which puts a sample msg into a queue. within the app i can specify the field us ... |
Topic: other forums |
mq4you
Replies: 4 Views: 5625
|
Forum: General Discussion Posted: Tue Jan 09, 2007 2:01 am Subject: other forums |
hello!
what other discussion formus do you know/use?
for general it topics or specific topics as java, xml, db, etc.
as well for topics based on products as websphere app server and so.
i appr ... |
Topic: set message context partially |
mq4you
Replies: 22 Views: 13700
|
Forum: IBM MQ API Support Posted: Fri Dec 15, 2006 6:23 am Subject: set message context partially |
actually,
mq doc says that for changing the mqopen and put options the user has to have the right authority.
which authority? |
Topic: set message context partially |
mq4you
Replies: 22 Views: 13700
|
Forum: IBM MQ API Support Posted: Fri Dec 15, 2006 6:14 am Subject: set message context partially |
what other places do you mean?
on open and put: MQxx_SET_ALL_CONTEXT
the default behaviour is that the qm or client set the identity and origin fields. for that, the necessary information is tak ... |
Topic: set message context partially |
mq4you
Replies: 22 Views: 13700
|
Forum: IBM MQ API Support Posted: Fri Dec 15, 2006 6:00 am Subject: set message context partially |
i would like to set the field PutApplName and let the queue manager set the other fields.
for that one need to use the open and put option set all context. but if i use it, putDate/Time are blank ... |
Topic: set message context partially |
mq4you
Replies: 22 Views: 13700
|
Forum: IBM MQ API Support Posted: Fri Dec 15, 2006 5:47 am Subject: set message context partially |
hello experts!
is there a way to just set some fields of the message context and let the queue manager set the putDate and putTime?
thanks |
Topic: Borker and JMS |
mq4you
Replies: 6 Views: 5740
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 14, 2006 1:53 am Subject: Borker and JMS |
these nodes are usefull when i want to read with the broker jms-messages from a different jms-provider than mq. otherwhise i could read the message with normal mqinput-node. in that case i do ha ... |
Topic: Borker and JMS |
mq4you
Replies: 6 Views: 5740
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 14, 2006 1:40 am Subject: Borker and JMS |
these nodes are usefull when i want to read with the broker jms-messages from a different jms-provider than mq. otherwhise i could read the message with normal mqinput-node. in that case i do have ... |
Topic: mq cluster design |
mq4you
Replies: 2 Views: 4631
|
Forum: Clustering Posted: Mon Nov 27, 2006 6:34 am Subject: mq cluster design |
hi!
we are planing to build a mq cluster. the cluster will contain multiple, identical queue managers. on top of the queue manager middleware software is installed. this kind of system is the integ ... |