Author |
Message |
Topic: MQSeries Client Setup on Tru64 Unix 5.1 machine(addendum) |
mq_series
Replies: 0 Views: 2077
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 01, 2003 1:13 am Subject: MQSeries Client Setup on Tru64 Unix 5.1 machine(addendum) |
Hi,
Please help me out.
I am facing problems while running a C++ MQseries program on TRu64 Unix 5.1 platform. Using this program we are trying putting a message on a MQSeries severe queue on Wind ... |
Topic: MQSeries Client Setup on Tru64 Unix 5.1 machine. |
mq_series
Replies: 0 Views: 2126
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 01, 2003 1:10 am Subject: MQSeries Client Setup on Tru64 Unix 5.1 machine. |
Hi,
Please help me out.
I am facing problems while running a C++ MQseries program on TRu64 Unix 5.1 platform. It seems the problem is with libimqb23ff.so library.
The result is as follwos.
Fo ... |
Topic: Question Regarding the ESQL Variable |
mq_series
Replies: 5 Views: 3690
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 07, 2003 1:28 am Subject: Question Regarding the ESQL Variable |
Hi,
I think you can store the counter value in a database or some queue and check it from there.I don't know whether this is the only option.
Regards
rkv |
Topic: mqseries base java API Vs JMS |
mq_series
Replies: 0 Views: 1722
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 03, 2003 7:52 pm Subject: mqseries base java API Vs JMS |
Hi,
There are 3 Java APIs supported by MQSeries
1) MQSeries Base Java API
2) MQSeries AMI
3) JMS APIs
Which java API of MQseries is mostly used for programming MQ applications now a days.
... |
Topic: two brokers one broker database? |
mq_series
Replies: 5 Views: 5884
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 30, 2003 8:06 am Subject: two brokers one broker database? |
Hi,
Though we can use any number of brokers sharing a common database.But IBM books suggest using separate databases for each broker.The reason being if u use single database then all your brokers ... |
Topic: Environment Vs Local Environment Variables |
mq_series
Replies: 1 Views: 8040
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 30, 2003 5:45 am Subject: Environment Vs Local Environment Variables |
Hi,
Please tell me whats the difference between the 2 environment trees.When we should use Environment and when Local environment should be used.
Can we use either of them for same purpose.
... |
Topic: MQSI VS IMS |
mq_series
Replies: 8 Views: 8068
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 30, 2003 5:41 am Subject: MQSI VS IMS |
Hi Craig,
Thanks for your kind attention and patience.
The scenario is a simple Request/Reply pattern.
1)Request Message from some application in XML format is sent to mqseries on Win Nt, w ... |
Topic: how to store a message in database |
mq_series
Replies: 1 Views: 2069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 26, 2003 7:59 pm Subject: how to store a message in database |
Hi,
Please tell me how to store a complete message in a database in MQSI.
We can use database or warehouse node for this.But is it going to store the whole message including MQMD and application d ... |
Topic: MQSI VS IMS |
mq_series
Replies: 8 Views: 8068
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 26, 2003 7:56 pm Subject: MQSI VS IMS |
Hi,
The fact is on IMS side we are getting the MQRFH2 header and application data when our program reads the message using GU call.
However while sending the reply we are sending MQMD+MQRFH2+app ... |
Topic: MQSI VS IMS |
mq_series
Replies: 8 Views: 8068
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 26, 2003 3:51 am Subject: MQSI VS IMS |
Thanks Craig,
The fact is this program is running successfully in production environment.I could not understand it as I was then not having understanding on MQSI.Thats why I did not ask the team de ... |
Topic: MQSI VS IMS |
mq_series
Replies: 8 Views: 8068
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 25, 2003 11:33 pm Subject: MQSI VS IMS |
Hi Kirani,
Thanks for the reply
Boss In cobol program when we read the message using GU call we are getting MQRFH2 header and application data.No MQMD or any other header. The program is in prod ... |
Topic: MQSI VS IMS |
mq_series
Replies: 8 Views: 8068
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 25, 2003 7:46 am Subject: MQSI VS IMS |
Hi,
Please help in understanding the following.
The scenario is MQSIver 2.1 is on Win NT. Message in XML form are reaching the broker, from some other system,the broker converts them to cobol s ... |
Topic: MQ 2-phase commit |
mq_series
Replies: 4 Views: 4293
|
Forum: General Discussion Posted: Wed May 14, 2003 7:06 pm Subject: 2 phase commit |
Brandon can you please name the IBM redbook or its number, |
Topic: Database is not updating |
mq_series
Replies: 3 Views: 3379
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 03, 2003 12:53 am Subject: Database is not updating |
My Friend Kirani,
When I changed the ESQL of Database node from
SET Environment.Variables = THE (SELECT FLIGHTTB.* FROM Database.RVERMA.FLIGHTTB
WHERE FLIGHTTB.FLIGHTDATE = Body.PassengerReser ... |
Topic: Database is not updating |
mq_series
Replies: 3 Views: 3379
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 02, 2003 10:30 pm Subject: Database is not updating |
Thank you very much Kirani for your kindness .
I am reffering to message flow "BookReservation" .
In this messageflow the message flows to a 'Database' node and then to a compute node. I have co ... |