Author |
Message |
Topic: onMessage not receiving after inactive |
bhu
Replies: 2 Views: 4660
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 25, 2013 9:18 am Subject: onMessage not receiving after inactive |
hi
there is a topic similar to this but there is no solution.
We have a Service which run 24/7 when started it works good. when msg comes in, the onmessage is trigger and work good.
we drop msg ... |
Topic: how to read jms message using dotnet |
bhu
Replies: 5 Views: 2763
|
Forum: General IBM MQ Support Posted: Thu Jan 17, 2013 1:55 pm Subject: how to read jms message using dotnet |
yes put message. bruce2359
thanks mqjeff i took the substring from </jms> which gives me the DATA.
not the best solution but for now that is the work around.
still looking for a better wa ... |
Topic: how to read jms message using dotnet |
bhu
Replies: 5 Views: 2763
|
Forum: General IBM MQ Support Posted: Thu Jan 17, 2013 10:21 am Subject: how to read jms message using dotnet |
one of our client is dropping message in jms format using JAVA.
we have dotnet code which reads msg in a regular format, when we use the same code in here all i get is RFH any idea what need to be d ... |
Topic: How to skip Message and move to the next one. |
bhu
Replies: 9 Views: 9208
|
Forum: IBM MQ API Support Posted: Wed Sep 13, 2006 12:10 pm Subject: How to skip Message and move to the next one. |
can u please tell me how to do it the (back out Queue ) or point to some sample. I want to Try it.
thanks
bhu |
Topic: How to skip Message and move to the next one. |
bhu
Replies: 9 Views: 9208
|
Forum: IBM MQ API Support Posted: Wed Sep 13, 2006 10:12 am Subject: How to skip Message and move to the next one. |
the messages are same, but say when we read the message and update a database and let u ssay it failed, due various reasons , basically i don;t want to come out of the program instead it will send a ... |
Topic: How to skip Message and move to the next one. |
bhu
Replies: 9 Views: 9208
|
Forum: IBM MQ API Support Posted: Wed Sep 13, 2006 8:06 am Subject: How to skip Message and move to the next one. |
yes i mean leave it on the queue, and move to the next message,
when this batch runs again it will pick that message again, if error occurs again leave it and move to the next one.
thanks
bhu |
Topic: How to skip Message and move to the next one. |
bhu
Replies: 9 Views: 9208
|
Forum: IBM MQ API Support Posted: Wed Sep 13, 2006 6:57 am Subject: How to skip Message and move to the next one. |
we are writing a batch process which will open the queue manger and starts reading the message one by one and do some work.
for some reason the work it does fails then we need to skip to the next m ... |
Topic: ASP.NET or WebService putting Messages to Queue |
bhu
Replies: 1 Views: 2692
|
Forum: IBM MQ API Support Posted: Wed Aug 02, 2006 11:38 am Subject: ASP.NET or WebService putting Messages to Queue |
Hi
i have created a webService in C# which takes a string and puts in on to a Queue. This works fine in my machine. but when we place it on the server it is not working it is giving this error MQRC ... |
Topic: Get message one after the other ? |
bhu
Replies: 3 Views: 3664
|
Forum: IBM MQ API Support Posted: Mon Jul 31, 2006 5:51 am Subject: Get message one after the other ? |
I have already programmed to read the queue and write to a File.
but the problem is i am able to read only one at a time, i don;t the command to ask the Queue if there are more messages ?
Here i ... |
Topic: Get message one after the other ? |
bhu
Replies: 3 Views: 3664
|
Forum: IBM MQ API Support Posted: Fri Jul 28, 2006 11:38 am Subject: Get message one after the other ? |
How to get messages from the Queue one after the other in a loop.
is there any property which tell if there more messages?
i want to connect to the Queue and get all the messages save it to a file ... |
Topic: DotNet WebService and MQ |
bhu
Replies: 1 Views: 3341
|
Forum: IBM MQ API Support Posted: Thu Jul 13, 2006 11:48 am Subject: DotNet WebService and MQ |
got it resolved , it was the path issue, the path for the ibm dir was at the end in the environment Variable and for some reason it was getting cut, when i ran the app using the studio. so i moved the ... |
Topic: Can not create MQQueueManager with ASP.NET code |
bhu
Replies: 8 Views: 16932
|
Forum: IBM MQ API Support Posted: Thu Jul 13, 2006 10:11 am Subject: Can not create MQQueueManager with ASP.NET code |
i am also getting the same error when i try to create QManger instance.
queueManger = new MQQueueManager() from a Web Service.
i have tried to set MQEnvironment variables, same error.
any idea ? ... |
Topic: DotNet WebService and MQ |
bhu
Replies: 1 Views: 3341
|
Forum: IBM MQ API Support Posted: Thu Jul 13, 2006 9:30 am Subject: DotNet WebService and MQ |
I have created a webservice in dotnet and i am trying to access the mq in one of the methods and i get this error any idea ?
thanks
bhu
TypeInitializationException: The type initializer for "IBM.WM ... |
Topic: MQ with Webservice |
bhu
Replies: 0 Views: 1931
|
Forum: IBM MQ API Support Posted: Wed Jul 12, 2006 7:05 am Subject: MQ with Webservice |
I am trying using MQ 5.3 with DotNet and i saw this Transport layer using Ma0r Code. After lot of configurations issue now iam able to create the proxy for java but it is not creating for .Net any clu ... |
Topic: Request for MQjExplorer |
bhu
Replies: 5 Views: 6514
|
Forum: IBM MQ Performance Monitoring Posted: Sun Jul 09, 2006 8:59 am Subject: Request for MQjExplorer |
Found it
thanks
bhu |