ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » Triggering

Post new topic  Reply to topic
 Triggering « View previous topic :: View next topic » 
Author Message
maruthi_P2003
PostPosted: Thu Jan 01, 2004 2:07 am    Post subject: Triggering Reply with quote

Acolyte

Joined: 09 Dec 2003
Posts: 63

Hi,
I am going to dev applicaiton my client in Mainframes..I am thinking of using
Triggering to get the Messages from the LocalQueue.I have gone through

IBM Aplication programming guide.pdf

i have some doughts

1)
page 231 of the pdf
-----
Persistence and priority of trigger messages
Trigger messages are not persistent as there is no requirement for them to be so.
However, the conditions for generating triggering events do persist, hence trigger
messages will be generated whenever these conditions are met.
----
a)if the INITIATION Queue Crashes or Restarted there is a chance of loosing the Messages
since they are not persistance ? plz correct me if i am wrong?

b)since i have 2 Applications.In one senario(daily transactions happens bew client and server) and
second application(just sends some files end of the day to the Central Place)
for the second case i am thinking of using Triggering.


page 229
----------
2)Trigger monitors on OS/2, Compaq OpenVMS Alpha, Compaq
NonStop Kernel, UNIX systems, OS/400, and Windows
systems

Can i do triggering on Mainframe System(os 390). since my clients running in Windows XP
and Mainframe too..

What to You suggest go for Triggering or get the Messages in MQget(not unlimited Wait
,using Waitinterval)?

can any body share any working example program,since its easy for me to implement.

Plz share Your comments.

Regards
Back to top
View user's profile Send private message
EddieA
PostPosted: Thu Jan 01, 2004 2:52 am    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

OK, lets try and take these in order. Right at the beginning you say:
Quote:
I am going to dev applicaiton my client in Mainframes

There is NO client for the mainframe. Assuming you are talking about z/OS.
Quote:
if the INITIATION Queue Crashes or Restarted

There is no concept of a Queue 'crashing' Either MQ is avaialable or it isn't.
Quote:
is a chance of loosing the Messages since they are not persistance

For a trigger message, this isn't relevent. If *your* message is persistant, and therfore survives across a Queue Manager restart, then after the restart the trigger would be re-generated under the same conditions.
Quote:
i have 2 Applications.In one senario(daily transactions happens bew client and server) and second application(just sends some files end of the day to the Central Place) for the second case i am thinking of using Triggering

How is MQ going to differentiate between the 2 conditions. Either both will trigger, or neither.
Quote:
Can i do triggering on Mainframe System(os 390)

Yes, the same as any other platform.
Quote:
since my clients running in Windows XP and Mainframe too.

As stated above, there is NO client for z/OS.
Quote:
What to You suggest go for Triggering or get the Messages in MQget(not unlimited Wait ,using Waitinterval)

That depends () on your circumstances. If you are expectecting messages very infrequently, then triggering 'may' be the way to go. If messages are arriving on a regular basis, the maybe a 'daemon' type program is the answer. Or even, triggering, and then waiting for a "long" period before ending the triggered program. As always with MQ, the answer is: "It Depends".

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Back to top
View user's profile Send private message
maruthi_P2003
PostPosted: Thu Jan 01, 2004 6:03 pm    Post subject: Reply with quote

Acolyte

Joined: 09 Dec 2003
Posts: 63

Hi,

Thanks for the Mail.

My Cluster WMQ server 5.3 is on AIX Hub and Spoke servers 2 pSeries 630 Model 6C4.

Client Machines are going to be in Mainframe(os/390), and Windows XP Machine.
Server Software conf: WMQSeries 5.3 AIX OS ,WMQ integration Broker 2.1.



regards
maruthi.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Jan 02, 2004 5:23 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

maruthi_P2003 wrote:
Client Machines are going to be in Mainframe(os/390)


No, it won't.

The OS/390 MQSeries software can not make a client connection to an external queue manager.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
maruthi_P2003
PostPosted: Fri Jan 02, 2004 8:42 pm    Post subject: Reply with quote

Acolyte

Joined: 09 Dec 2003
Posts: 63

Hi Jeff,

thanks for the reply.

My Client is on Mainframe(os/390), we are planing to setup
WMQServer 5.3(Mainframe 0s/390)-->WMQ5.3+WBusiIBroker2.1 --
(WMQ5.3 Cluster on AIX)
-->WMQSever5.3(WindowsXP).

we are planing to setup Hub and Spoke servers 2 pSeries 630 Model 6C4.
Boht of them will connect to external storage 146.8GB *4 Ultra3 SCSI.

Server--Sever communication happens,and I am planing to create
a Remote definition of Publisher(in Mainframes) and Subscriber Queues on(windows XP).

Is this setup works.?

plz help.

Regards
maruthi.
Back to top
View user's profile Send private message
maruthi_P2003
PostPosted: Fri Jan 02, 2004 8:49 pm    Post subject: Reply with quote

Acolyte

Joined: 09 Dec 2003
Posts: 63

Hi Jeff,

thanks for the reply.

My Client is on Mainframe(os/390), we are planing to setup
WMQServer 5.3(Mainframe 0s/390)-->WMQ5.3+WBusiIBroker2.1 --
(WMQ5.3 Cluster on AIX)
-->WMQSever5.3(WindowsXP).

we are planing to setup Hub and Spoke servers 2 pSeries 630 Model 6C4.
Boht of them will connect to external storage 146.8GB *4 Ultra3 SCSI.

Server--Sever communication happens,and I am planing to create
a Remote definition of Publisher(in Mainframes) and Subscriber Queues on(windows XP).

Is this setup works.?

plz help.

Regards
maruthi.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » Triggering
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.