Author |
Message |
Topic: Correlation ID |
sidhusaju
Replies: 1 Views: 2098
|
Forum: General IBM MQ Support Posted: Thu Aug 23, 2007 10:16 pm Subject: Correlation ID |
Hi all,
I am developing a .net application (windows) that communicates with the Websphere MQ. From my application I want to retrieve message from the Queue based on the Correlation id and not based ... |
Topic: Client Concentrator |
sidhusaju
Replies: 1 Views: 2566
|
Forum: General IBM MQ Support Posted: Tue Jul 03, 2007 11:43 pm Subject: Client Concentrator |
Hi all,
Can anyone of you shed some light in to Client Concentrator in MQ.
Is there any pdf or documents to share with me.
Any help would be appreciated.
Regards |
Topic: MQ Back Out |
sidhusaju
Replies: 2 Views: 3317
|
Forum: General IBM MQ Support Posted: Sun Jul 01, 2007 9:15 pm Subject: MQ Back Out |
Hi All,
I have developed a .Net application using MQ server. In that application I want to add a loop such a way that , while putting messages in to the Queue, the application must try to put the m ... |
Topic: Hi All, |
sidhusaju
Replies: 1 Views: 1982
|
Forum: General IBM MQ Support Posted: Thu Jun 21, 2007 12:15 am Subject: Hi All, |
Can anybody give a brief description about broker Queue??
Where is it used? Do I have to install anything else in addtional to
IBM Websphere MQ v6.0.
What are the adv and disadv with broker Qu ... |
Topic: hi |
sidhusaju
Replies: 6 Views: 4699
|
Forum: General IBM MQ Support Posted: Wed Jun 20, 2007 2:49 am Subject: hi |
While casting , it is saying you cannot convert a 1-dimensional array in to an integer or long. |
Topic: Hi all |
sidhusaju
Replies: 4 Views: 4606
|
Forum: General IBM MQ Support Posted: Wed Jun 20, 2007 2:31 am Subject: Hi all |
I want to store the messageid as an integer in to db.Is there any way to convert to messageid as an integer value from vb.net |
Topic: Triggering a new application |
sidhusaju
Replies: 1 Views: 2287
|
Forum: General IBM MQ Support Posted: Fri Jun 08, 2007 2:12 am Subject: Triggering a new application |
Hi ,
Whenever a new message is put in to the queue by one application(.net application), I want to start a windows service. Is that possible to trigger a service whenever a new message is arrive ... |
Topic: MQCONNX--ChannelDefinitionTable |
sidhusaju
Replies: 1 Views: 3239
|
Forum: IBM MQ API Support Posted: Wed Jun 06, 2007 12:42 am Subject: MQCONNX--ChannelDefinitionTable |
Hi all,
Actually I am having MQ v6.0 client installed in one m/c and server installed in another machine. From the client machine using a vb.net windows application I was able to transfer and retri ... |
Topic: Resource Error(2102) |
sidhusaju
Replies: 1 Views: 2743
|
Forum: General Discussion Posted: Mon Jun 04, 2007 11:39 pm Subject: Resource Error(2102) |
Hi all,
From my application(vb.net windows application) I am using a
for loop for sending messages. I am sending nearly 75 messages
at a time one by one(each message approx:273 kb of data).
I w ... |
Topic: MQRC_RESOURCE_PROBLEM |
sidhusaju
Replies: 1 Views: 3016
|
Forum: General Discussion Posted: Mon Jun 04, 2007 5:39 am Subject: MQRC_RESOURCE_PROBLEM |
I am using a vb.net windows application and through this I am putting messages in to my Queue. By using a for loop I am putting(at least 75 string messages of Imb each to the Queue).But sometimes the ... |
Topic: Backout Queue |
sidhusaju
Replies: 1 Views: 2349
|
Forum: General Discussion Posted: Thu May 24, 2007 3:09 am Subject: Backout Queue |
I am developing a .net application that is interacting with the MQ Server.
In the MQ server I have a Queue manager(QM) and Queue Q1. I have
Created a backout Queue Q2. Once the message is backed ... |
Topic: MaxMsgLength |
sidhusaju
Replies: 1 Views: 2385
|
Forum: General IBM MQ Support Posted: Wed May 23, 2007 1:37 am Subject: MaxMsgLength |
Is there any way to increase the Queuelength more than 100mb for MQ server 6.0.0.0.
if it is possible Can you please explain how can I change it in the windows evrionmnent.
Any help would be a ... |
Topic: Maximum Message Length |
sidhusaju
Replies: 4 Views: 3571
|
Forum: General IBM MQ Support Posted: Wed May 23, 2007 1:03 am Subject: Maximum Message Length |
In MQ server for a Queuemanager and for a Queue the maximum message Length is 100 Mb.
But in my application I want to increase the maximum message length for the Queue(i want more than 100MB as per ... |
Topic: Holding the message after Getmessage |
sidhusaju
Replies: 3 Views: 3496
|
Forum: General IBM MQ Support Posted: Wed May 23, 2007 12:10 am Subject: Holding the message after Getmessage |
Normally when we get the message from the server through an application(vb,net windows application), that message will be automatically removed from the Queue. But as per my requirement(Wmq version 6. ... |
Topic: Backout Queue |
sidhusaju
Replies: 4 Views: 3279
|
Forum: General IBM MQ Support Posted: Tue May 22, 2007 4:06 am Subject: Backout Queue |
Hi all,
In your answer you said i have to do"a destructive GET on the original queue, under syncpoint, then do a commit." What exactly you mean by a destructive Get. Is there any method f ... |