Author |
Message |
Topic: MQSeries and .Net transaction support |
prasannal
Replies: 5 Views: 6669
|
Forum: IBM MQ API Support Posted: Fri May 13, 2005 6:08 am Subject: MQSeries and .Net transaction support |
Hi,
MQJava has API providing javax.jms.QueueSession, which can call commit or rollback.
Does there exists MQ .Net API for the same.
Thnx.
Plad |
Topic: MQSeries and .Net transaction support |
prasannal
Replies: 5 Views: 6669
|
Forum: IBM MQ API Support Posted: Thu May 12, 2005 11:07 pm Subject: MQSeries and .Net transaction support |
Hi All,
Need to know if .Net/VB has API for MQSeries to handle transactions. JMS for MQ API provides API to do rollback and commits.
Thanks,
Plad |
Topic: Broker's user/group cache empty |
prasannal
Replies: 3 Views: 2940
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 22, 2005 5:12 am Subject: Invalid User for publish |
Hi,
Thansk, earlier problem has resolved after configuring Broker for User name server.
Now, I am putting a publish message, still event viewer shows error :
Unknown user
User was not found in the ... |
Topic: Broker's user/group cache empty |
prasannal
Replies: 3 Views: 2940
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 20, 2005 6:34 am Subject: Broker's user/group cache empty |
Hi,
I am trying to test Pub-Sub in MQSI2.1
I have created subscription using IA71 - RegSub utility. I checked subscribers in MQSI, which shows the new registered subscriber.
I am publishing a messa ... |
Topic: Server Connection channels |
prasannal
Replies: 2 Views: 2412
|
Forum: General IBM MQ Support Posted: Thu Apr 14, 2005 11:33 pm Subject: Server Connection channels |
thanks for info. |
Topic: Server Connection channels |
prasannal
Replies: 2 Views: 2412
|
Forum: General IBM MQ Support Posted: Thu Apr 14, 2005 9:31 pm Subject: Server Connection channels |
Hi,
I have a doubt.
What is significance of creating seperate server connection channel in MQSeries?
I read that we should create a 'CLIENTS' channel for all connections?
Does all clients using sa ... |
Topic: MDB to read property key and values |
prasannal
Replies: 3 Views: 2502
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 05, 2005 5:48 am Subject: MDB to read property key and values |
Hi Jeff,
I need my MDB to receive message data as well as few more 8-10 properties. As MDB Message is pure JMS object, I doubt if I will be able to read MQ JMS RFH2 properties.
Any alternative way f ... |
Topic: MDB to read property key and values |
prasannal
Replies: 3 Views: 2502
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 04, 2005 11:30 pm Subject: MDB to read property key and values |
Hi,
MQ JMS API allows to set key-value pairs. This it sets in RFH2 header.
I want my MDB to read atleast such 8-10 values. Will my MDB be able to read such properties(key-value)?Or what else could b ... |
Topic: MQ JMS API |
prasannal
Replies: 1 Views: 2235
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 04, 2005 11:25 pm Subject: MQ JMS API |
Hi,
Is there any document for download which contains Java JMS API specific to IBM?
Thanks,
Plad |
Topic: Exception in application MQJMS1024: session closed |
prasannal
Replies: 5 Views: 6688
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 28, 2005 5:35 am Subject: Session closed Exception |
Hi Jeff,
I have only the line I have shown in my log.
This is code where it is throws this exception-
if (session == null) {
session = connection.createQueueSession(true,
... |
Topic: Exception in application MQJMS1024: session closed |
prasannal
Replies: 5 Views: 6688
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 27, 2005 7:25 pm Subject: Exception in application MQJMS1024: session closed |
Hi,
While reading from a queue using MQ JMS API, I am getting following Exception. I am opening the queue under transaction.
java.lang.Exception: Exception reading JMS message from MQ queue 'A.TO. ... |
Topic: Running Java client on Unix |
prasannal
Replies: 9 Views: 5300
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 06, 2005 9:08 pm Subject: Unix file read/write with MQ |
Thanks for your inputs. |
Topic: Adding your own MQRFH2 header + more |
prasannal
Replies: 2 Views: 4278
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 02, 2005 10:51 pm Subject: Adding your own MQRFH2 header + more |
Hi John,
You can use IBM MQ JMS API with which it is much easier to create FRH2 header.
Here is a small snippet:
session = connection.createQueueSession(true, Session.AUTO_ACKNOWLEDGE);
ioQueue ... |
Topic: Running Java client on Unix |
prasannal
Replies: 9 Views: 5300
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 02, 2005 10:47 pm Subject: Running Java client on Unix |
Hi,
I just want to make sure if I any problem may arise about data conversion.
I have a Unix based MQ client, which is reading from MQSeries queue
located on Windows platform.
Then my client is cr ... |
Topic: Enquiring queues in a queue manager using PCF in .Net |
prasannal
Replies: 3 Views: 6020
|
Forum: IBM MQ API Support Posted: Wed Feb 02, 2005 10:12 pm Subject: amqmdnet.dll and MQClient.dll |
Hi jeff,
I have added amqmdnet.dll and MQClient.dll as references.
But, still I am not getting API you have sent. I have only APi where I have to send QMgr name as string.
I have few confusion wit ... |