Author |
Message |
Topic: startup class for Session Bean listening to MQ Series |
Ramesh_ka
Replies: 2 Views: 2220
|
Forum: General Discussion Posted: Wed Jun 23, 2004 7:06 am Subject: startup class for Session Bean listening to MQ Series |
Hi,
Its very simple and easy if you go for Weblogic Provided (Message Driven Beans). that will listen to MQ. In Real time Environments every one will go for Message Driven contact admin..
thanks
Ram |
Topic: MQJE011: Socket connection attempt refused |
Ramesh_ka
Replies: 1 Views: 2975
|
Forum: General Discussion Posted: Fri Jun 18, 2004 11:05 am Subject: MQJE011: Socket connection attempt refused |
Hi Gurus,
I am having two machines M1 and m2. and an virtual IP. Mq is clustered.
I created the JMS Definitions using virtual IP..
i palced the .bindings file on M1 and M2. and in my Deployme ... |
Topic: How to Ensure my Queue Manager is Up and Running |
Ramesh_ka
Replies: 5 Views: 2767
|
Forum: General Discussion Posted: Tue Jun 15, 2004 9:41 am Subject: How to Ensure my Queue Manager is Up and Running |
Hi Gurus,
Both the things works fine. Thanks for you Responses...
Thanks
Ram |
Topic: How to Ensure my Queue Manager is Up and Running |
Ramesh_ka
Replies: 5 Views: 2767
|
Forum: General Discussion Posted: Tue Jun 15, 2004 7:04 am Subject: How to Ensure my Queue Manager is Up and Running |
Hi Gurus,
MQ is installed on sun solaris. I am trying to connect to a Queue Manager from Windows. Since the port is not open it say socket connecion refused. I tried to connect in two ways
1) ... |
Topic: Triggering Java Application MQEnvironment.runningInWS()Z er |
Ramesh_ka
Replies: 2 Views: 2905
|
Forum: General Discussion Posted: Wed Jan 07, 2004 12:54 pm Subject: Triggering Java Application MQEnvironment.runningInWS()Z er |
Actually my Trigger Monitor residing at C:\program files\IBM\Websphere MQ\bin; I set this in environment Environment Varaiables.
I am starting my Trigger Monitor at c:\> rummqtrm -m queueManager ... |
Topic: Triggering Java Application MQEnvironment.runningInWS()Z er |
Ramesh_ka
Replies: 2 Views: 2905
|
Forum: General Discussion Posted: Wed Jan 07, 2004 10:51 am Subject: Triggering Java Application MQEnvironment.runningInWS()Z er |
Hi i am trying to trigger a java application using Trigger Monitor. The Application is triggering fine but
After application is triggering i am getting this error:
java.lang.NoSuchMethodError: c ... |
Topic: Messages retrived from transmission Queue. |
Ramesh_ka
Replies: 8 Views: 3904
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 30, 2003 8:09 am Subject: Messages retrived from transmission Queue. |
Hi,
My main goal is. If i have 10 messages in the TransmissionQueue Which is triggered for depth 10. But i want to trigger on depth and time. Since time is not possible in MQ.
Before ti ... |
Topic: Messages retrived from transmission Queue. |
Ramesh_ka
Replies: 8 Views: 3904
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 29, 2003 1:40 pm Subject: Messages retrived from transmission Queue. |
Hi,
I kept a text message into Remote Definotion using JMS API. While i am trying to retirve the text message it saying ClassCast Exception.
I am thinking that i kept the text message and ... |
Topic: Triggering Queues |
Ramesh_ka
Replies: 6 Views: 4393
|
Forum: General IBM MQ Support Posted: Mon Dec 29, 2003 10:32 am Subject: Triggering Queues |
Hi Eddie,
I got what actually you are saying.
From my application Point of view. I dont want to Trigger any application or script.
for example.
If 10 messages are arrived in one queue (q ... |
Topic: MQSET Updating the Trigger to ON but Qmanager not picking up |
Ramesh_ka
Replies: 2 Views: 1878
|
Forum: IBM MQ API Support Posted: Mon Dec 29, 2003 10:20 am Subject: MQSET Updating the Trigger to ON but Qmanager not picking up |
Hi eddie,
I changed the channel disconnect time to 6 seconds. It worked fine. But i am surprised to see one thing is that.
Earlier i used MQSET calls programtically to make the TRIGGER 'ON ... |
Topic: MQSET Updating the Trigger to ON but Qmanager not picking up |
Ramesh_ka
Replies: 2 Views: 1878
|
Forum: IBM MQ API Support Posted: Sat Dec 27, 2003 4:06 pm Subject: MQSET Updating the Trigger to ON but Qmanager not picking up |
Hi,
I have 2 QueueManager's(QM1,QM2). which reside on same host.
QM1 consists of:-
1) Remote Definition.
2) Transmission Queue ( Trigger is configured for Depth 2) and Initiation Queue ... |
Topic: Triggering Queues |
Ramesh_ka
Replies: 6 Views: 4393
|
Forum: General IBM MQ Support Posted: Sat Dec 27, 2003 3:47 pm Subject: Triggering Queues |
Hi,
I will be more specific on my problem.
IS there a way to trigger q1 on QueueManager QM1 and the function of the trigger is to transfer all the messages from q1 on QM1 to q2 on QM1.
... |
Topic: Triggering Queues |
Ramesh_ka
Replies: 6 Views: 4393
|
Forum: General IBM MQ Support Posted: Wed Dec 24, 2003 10:50 am Subject: Triggering Queues |
Hi All,
I would like Apply a trigger on one queue which placess all the messages on to another queue. Both the queues are in the same QueueManager. Is it possible. if so, is it possible to pla ... |