--------------------------------------------------------------------------------
Folks..
I am stuck with another problem.
I have nearly 5000 messages coming into the queue.
I have only one listener instance listening on the queue from server side to process it. I do spawn up threads inside the listener as and when a message si received. But I doubtif it can handle these many at a time.
Is there a solution for this?
I tried creating say nearly listener instances on the same queue with a multi threaded program.
but when it receives a message in the queue, it's giving this error
"2002.02.27 11:39:31 MQJMS2002E failed to get message from MQ queue"
What could be the problem? I have tried in the net to find some decription about it but all in vein. Guys, help me!!
Can I spawn more than one listener instance all using the same selector tag, on the same queue? If it receives a message, will it be picked up by all of these listeners or only one of them? I know these are basic doubts, but it's really messing up my ideas about MQ.
It's URGENT!! HELP ME!!
regards
MNS lecMns
B'lore
Folks..
I am stuck with another problem.
I have nearly 5000 messages coming into the queue.
I have only one listener instance listening on the queue from server side to process it. I do spawn up threads inside the listener as and when a message si received. But I doubtif it can handle these many at a time.
Is there a solution for this?
I tried creating say nearly listener instances on the same queue with a multi threaded program.
but when it receives a message in the queue, it's giving this error
"2002.02.27 11:39:31 MQJMS2002E failed to get message from MQ queue"
What could be the problem? I have tried in the net to find some decription about it but all in vein. Guys, help me!!
Can I spawn more than one listener instance all using the same selector tag, on the same queue? If it receives a message, will it be picked up by all of these listeners or only one of them? I know these are basic doubts, but it's really messing up my ideas about MQ.
It's URGENT!! HELP ME!!
regards
MNS lecMns
B'lore