Author |
Message |
Topic: Retrieving a reply message using JMS |
Naftalanja
Replies: 4 Views: 4282
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 28, 2002 4:22 pm Subject: Retrieving a reply message using JMS |
May be using the QueueBrowser from com.ibm.mq.jms.* package would be nice. I was able to browse 5000 messages and checking for the message which has matching corr id (i was typically looking for corr ... |
Topic: Java based program stops processing |
Naftalanja
Replies: 7 Views: 6696
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 28, 2002 4:14 pm Subject: Java based program stops processing |
could you please post the stack trace of java ??? that way i can be more helpfull to you. The msg length wot you have shoudn't matter. bye |
Topic: Validation of XML message in WMQI 2.1 |
Naftalanja
Replies: 6 Views: 6151
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 28, 2002 4:10 pm Subject: Validation of XML message in WMQI 2.1 |
I am not sure if you have already obtained the answer for your
query, but no, you cannot validate the XML file against a schema/ dtd in MQSI. MQSI is used for routing and formatting. Well if ... |
Topic: MQRFH2 AIX Vs MQRFH2 Windows NT .. Urgent |
Naftalanja
Replies: 8 Views: 6674
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 10, 2002 12:03 pm Subject: MQRFH2 AIX Vs MQRFH2 Windows NT .. Urgent |
guess what Abhiram, i had similar kind of problems while creating the pub/ sub
using both the MQSI and MQ. Let me know more details i should be able to help you get thru this prob. thanx
|
Topic: Broker Errors |
Naftalanja
Replies: 10 Views: 8661
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 10, 2002 11:17 am Subject: Broker Errors |
I had similar kind of problems, i was using the debug mode and after that it created quite a few number of problems. The way i did was, i think it sconfig manager data base or broker database, you sho ... |
Topic: Java plug-in nodes |
Naftalanja
Replies: 32 Views: 19508
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 09, 2002 9:50 am Subject: Java plug-in nodes |
hi can you please tell me where can i find the com.ibm.mq.broker.plugin.* package, is it ibm supplied or which you have written on your own ?? thanx |
Topic: Publish-Subscribe With diffrent Languages |
Naftalanja
Replies: 3 Views: 4386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 08, 2002 9:12 am Subject: Publish-Subscribe With diffrent Languages |
I am really sorry abhiram, i was out. Checking in today. Anyhow this use the following ESQL to set a MQRFH2 header using ESQL.
SET OutputRoot.MQMD.Format = OutputRoot.XML.(XML.tag)TSCHUBPROTOSUB.SU ... |
Topic: Publish-Subscribe With diffrent Languages |
Naftalanja
Replies: 3 Views: 4386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 02, 2002 4:14 pm Subject: Publish-Subscribe With diffrent Languages |
Hi i have implemented quite the similar application. I have the VB application publishing the message and a JMS application subscribing the messages. Can you please tell me where is the actual problem ... |
Topic: Subscriptions not receiving message |
Naftalanja
Replies: 7 Views: 7515
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 27, 2002 2:53 pm Subject: Subscriptions not receiving message |
Abnamesh, i have used that API for TopocConnectionFactory for setting the Broker QueueManager but how to set the subscriptictions for a particular queue using this API. thanx |
Topic: How to enable Trigger Monitor on MQSeries for Windows NT |
Naftalanja
Replies: 6 Views: 8122
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 21, 2002 5:16 pm Subject: How to enable Trigger Monitor on MQSeries for Windows NT |
ABanerjee, i think you are missing the key point in creating a Trigger Monitor.
You need to create an Initiation Queue which could be MY.INITQ which is a local Q type. I dont have MQ Series Explore i ... |
Topic: Subscriptions not receiving message |
Naftalanja
Replies: 7 Views: 7515
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 21, 2002 3:29 pm Subject: Subscriptions not receiving message |
Abnamesh, thanx again but i am not using JNDI though, would it be possible for me to mention the Queue otherwise. Like in MQSI when we write the ESQL in compute node lets say, we can specify the Queue ... |
Topic: Subscriptions not receiving message |
Naftalanja
Replies: 7 Views: 7515
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 21, 2002 9:39 am Subject: Subscriptions not receiving message |
hi abmanesh, yeah it made the difference. Thanx for it. Now i am able to read the message. But i am publishing continously 6 messages but the application reads one message and closes the program. I me ... |
Topic: Subscriptions not receiving message |
Naftalanja
Replies: 7 Views: 7515
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 20, 2002 5:29 pm Subject: Subscriptions not receiving message |
Hi all, i have the code as following
sub = (MQTopicSubscriber) session.createSubscriber(topic);
Connection.start();
try
{
msg = sub.receive();
tm = (TextMessage) msg;
... |
Topic: Unable to create subscription |
Naftalanja
Replies: 0 Views: 3991
|
Forum: General Discussion Posted: Wed Mar 20, 2002 11:52 am Subject: Unable to create subscription |
I currently have MQSeries 5.2.1, but the Pub/Sub patch for MQSeries is for 5.2. I am facing problems while publishing the messages. I assume that, its because of the the conflict of Version of MQ Ser ... |
Topic: MQJMS3011 (Failed to Publish to MQ Queue) |
Naftalanja
Replies: 5 Views: 8320
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 20, 2002 11:49 am Subject: MQJMS3011 (Failed to Publish to MQ Queue) |
I currently have MQSeries 5.2.1, but the Pub/Sub patch for MQSeries is for 5.2. I am facing problems while publishing the messages. I assume that, its because of the the conflict of Version of MQ Ser ... |