Author |
Message |
Topic: Deleting a particular number of Messages from the Queue |
VijayGoparaju`
Replies: 5 Views: 10028
|
Forum: IBM MQ API Support Posted: Wed Mar 04, 2009 6:53 pm Subject: Deleting a particular number of Messages from the Queue |
Is there any way to do this???? |
Topic: Deleting a particular number of Messages from the Queue |
VijayGoparaju`
Replies: 5 Views: 10028
|
Forum: IBM MQ API Support Posted: Mon Mar 02, 2009 2:59 am Subject: Deleting a particular number of Messages from the Queue |
Hi All,
I have a requirement, I want to delete a particular number of messages from a queue (ex: If I have 50 messages in a Queue I want to delete messages from 20 to 30).
I have c ... |
Topic: Message Count |
VijayGoparaju`
Replies: 9 Views: 13627
|
Forum: IBM MQ API Support Posted: Thu Feb 05, 2009 12:27 am Subject: Message Count |
Hi Sowmya,
You can use this method:MQC.MQGMO_BROWSE_NEXT
Thanks..
Vijay |
Topic: How to put Date and Time for a particular message |
VijayGoparaju`
Replies: 1 Views: 4192
|
Forum: IBM MQ API Support Posted: Thu Nov 20, 2008 10:20 pm Subject: How to put Date and Time for a particular message |
Hi All,
I have a requirement.I want to put the latest Date and Time for a particular message and I have used the following thing:
queuePutMessageOptions.Options = MQC.MQCACF_PUT_DATE;
queuePutM ... |
Topic: How to set the date and time for a particular message |
VijayGoparaju`
Replies: 2 Views: 2553
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 20, 2008 10:18 pm Subject: How to set the date and time for a particular message |
Hi All,
I have a requirement.I want to put the latest Date and Time for a particular message and I have used the following thing:
queuePutMessageOptions.Options = MQC.MQCACF_PUT_DATE;
q ... |
Topic: My Application is Stopping Some Services |
VijayGoparaju`
Replies: 9 Views: 9657
|
Forum: IBM MQ API Support Posted: Mon Nov 17, 2008 9:11 pm Subject: My Application is Stopping Some Services |
Thank you very much for your replies.My Error was fixed, the reason why my application is stopping the sevices are due to the message format.My message format is not currect.Now it was Fixed.
Thanks, ... |
Topic: My Application is Stopping Some Services |
VijayGoparaju`
Replies: 9 Views: 9657
|
Forum: IBM MQ API Support Posted: Wed Nov 12, 2008 6:46 pm Subject: My Application is Stopping Some Services |
Thanks for your reply but Services will be running for each Queue so my application is stopping a particular queue service while it is putting a message to that Queue. I placed like this:
queue = q ... |
Topic: My Application is Stopping Some Services |
VijayGoparaju`
Replies: 9 Views: 9657
|
Forum: IBM MQ API Support Posted: Wed Nov 12, 2008 12:55 am Subject: My Application is Stopping Some Services |
It is forcefully stopping the the Queue which we were putting that Queue services. Can any one advice how to prevent that. |
Topic: My Application is Stopping Some Services |
VijayGoparaju`
Replies: 9 Views: 9657
|
Forum: IBM MQ API Support Posted: Mon Nov 10, 2008 10:47 pm Subject: My Application is Stopping Some Services |
Hello All,
In my application it is sending the message to the correct queue, but it is stopping some services. Can anyone please advice me why my application is stopping some services? ... |
Topic: How to set the Application Identity Data for a Message |
VijayGoparaju`
Replies: 4 Views: 16888
|
Forum: IBM MQ API Support Posted: Fri Nov 07, 2008 12:55 am Subject: How to set the Application Identity Data for a Message |
Hi,
I have used this code for assigning Application id data to message,but remaining things are working finebut it is not puuting that id to the message.
queueMessage.ReplyToQueueManagerName = ... |
Topic: How to set the Application Identity Data for a Message |
VijayGoparaju`
Replies: 4 Views: 16888
|
Forum: IBM MQ API Support Posted: Thu Nov 06, 2008 10:43 pm Subject: How to set the Application Identity Data for a Message |
Hello,
I have a requirement, I want to put a value to ApplicationIdData for a queue message.I have tried by using this:
queueMessage.ApplicationIdData="ABCDEFG"
but its not workin ... |
Topic: Attaching a Header for a MQ-Message |
VijayGoparaju`
Replies: 8 Views: 14984
|
Forum: IBM MQ API Support Posted: Wed Oct 29, 2008 10:54 pm Subject: Attaching a Header for a MQ-Message |
Thanks for your reply but,
Will that Header be attached automatically by the Queue Manager or our program has to do that?These are some headers: MQMD,MQXQH,MQDLH..etc..
Thanks.
Vijay... |
Topic: Attaching a Header for a MQ-Message |
VijayGoparaju`
Replies: 8 Views: 14984
|
Forum: IBM MQ API Support Posted: Wed Oct 29, 2008 9:23 pm Subject: Attaching a Header for a MQ-Message |
Hello,
I have a problem with the Messages.I have to attach a Header to each message which I am sending.How to attach a Header to each message and send that message to the Queue?
Please Help ... |
Topic: Getting the Before Messages from a Queue |
VijayGoparaju`
Replies: 15 Views: 13358
|
Forum: IBM MQ API Support Posted: Sun Sep 21, 2008 11:32 pm Subject: Getting the Before Messages from a Queue |
Yaa ok, Thank You for your Suggestions. I will try it manually.
Regards,
Vijay. |
Topic: Getting the Before Messages from a Queue |
VijayGoparaju`
Replies: 15 Views: 13358
|
Forum: IBM MQ API Support Posted: Sun Sep 21, 2008 7:26 pm Subject: Getting the Before Messages from a Queue |
I have no idea what function your program is attempting to fulfill. My advice would be to put yourself in a get message loop and just get all of the messages until there are no more.
What are you ... |