Author |
Message |
Topic: Providing user and password on MQCONNX |
mac1929
Replies: 4 Views: 3576
|
Forum: IBM MQ API Support Posted: Thu Oct 23, 2003 8:37 am Subject: Providing user and password on MQCONNX |
Possibly in a support pac.
Thanks, I will search support packs.
Usin Java APIs, you can specify a user/password when connecting. I suppose that Java MQ library uses MQI below. So it can be done ... |
Topic: Providing user and password on MQCONNX |
mac1929
Replies: 4 Views: 3576
|
Forum: IBM MQ API Support Posted: Thu Oct 23, 2003 6:27 am Subject: Providing user and password on MQCONNX |
Something weird has happened...
The program I wrote runs in windows 95 and XP over MQClient. Our MQ Series server runs on Aix.
On windows 95 it has been easy, I have only set MQ_USER_ID and ... |
Topic: Providing user and password on MQCONNX |
mac1929
Replies: 4 Views: 3576
|
Forum: IBM MQ API Support Posted: Thu Oct 23, 2003 1:42 am Subject: Providing user and password on MQCONNX |
I want to be able to set the user and password of a connection to a MQServer. I don´t want to use the user-id that the current process is using.
I've seen it can be done by MQ_USER_ID and MQ_PA ... |
Topic: connections and sessions on Web applications |
mac1929
Replies: 1 Views: 2244
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 14, 2003 12:47 am Subject: connections and sessions on Web applications |
We have build a Web application that uses jms over mq. Our application is using right now an only connection for the whole application an one session for each thread.
I have read that creating connec ... |
Topic: Too few uncommitted messages when using JMS |
mac1929
Replies: 3 Views: 2874
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 23, 2002 12:36 am Subject: Too few uncommitted messages when using JMS |
Whe have build a process that gets registers out of a file and puts them in a queue as messages. Our queue mngr is configured to let up to 10000 uncommited messages. This program is written using JMS ... |
Topic: What happens to JMS listeners when QMngr restarts? |
mac1929
Replies: 2 Views: 2228
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 20, 2002 12:51 am Subject: What happens to JMS listeners when QMngr restarts? |
We've built some adapters to communicate MQSeries with Cics, Sap and Siebel. They consist on some JMS listeners running on Websphere that get requests from a queue, call the target system, and bring t ... |
Topic: Two phase commit transacction between JMS and JDBC |
mac1929
Replies: 6 Views: 4314
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 26, 2002 6:44 am Subject: Two phase commit transacction between JMS and JDBC |
We are building a Java broker. Some listeners take messages from different queues, update some database tables and send messages to other queues.
For this purpose we are using JMS over MQSeries a ... |
Topic: Segmented Messages with JMS |
mac1929
Replies: 2 Views: 3880
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 19, 2002 5:48 am Subject: Segmented Messages with JMS |
We have to process a very large message (over 600MB) in MQ Series Integrator. For that purpose the message must be segmented, because neither MQI nor MQ can handle so big messages without segmentation ... |
Topic: Can a trigger program run as a client? |
mac1929
Replies: 2 Views: 2988
|
Forum: IBM MQ API Support Posted: Mon Oct 21, 2002 1:18 am Subject: Can a trigger program run as a client? |
We have an integrator running on Aix and want to process messages as they arrive in a WinNT server.
Is it possble to run a trigger monitor and a trigger program in a server that does not have a loc ... |
Topic: Does a printf have any effect in a trigger program? |
mac1929
Replies: 1 Views: 2303
|
Forum: IBM MQ API Support Posted: Tue Oct 15, 2002 1:03 pm Subject: Does a printf have any effect in a trigger program? |
I have started recently with MQ trigger programming. I've seen at IBM samples that code is full of "println"s. I've compliled and exectuted one of these sample programs (don´t remenber which right no ... |