Scheduling Message Flows-WMQI2.1

2003-11-19 Thread Juni Per
Hi , Is there some way I can schedule message flows ?The input node is always constantly looking for messages in a queue and grabs it .But if I want have a message flow 'A' , to start only after I receive a message from a certainapplication in another queue , what do I do?? Do you Yahoo!? Protect

Re: Scheduling Message Flows-WMQI2.1

2003-11-19 Thread Rodríguez Alvarez-Querol, Manuel Carlos
Suppose: Flow A is reading from Q.A. Your application puts messages in queue B. When a message is received in queue B the flow A will start processing messages. A possible solution: Inhibit get in Q.A Trigger queue B to start a script. This script should

Re: Impact of Syncpoint? THANKS...

2003-11-19 Thread Ruzi R
Thanks to everyone who has responded with valuable info. Ruzi --- Robert Broderick [EMAIL PROTECTED] wrote: This is true. Ruuning test at Hursely's request they indicated that we needed to pump in 10K or more messages for them to get a realistic view of what was going on. This was for MQSI

Re: How do you test a MQSeries recovery plan

2003-11-19 Thread Robert Broderick
AS was mentioned in another reply. If your system is that critical that you cannot test a failover situation you would expect to have imed. failover boxes and then an additional replicated DR site. With that in place the test becomes a normal thing. Granted your DR failover works correctly. But

Re: More than one CHIN on a z/OS queue manager?

2003-11-19 Thread Curt Dolny
BDY.RTF Description: RTF file

Re: How do you test a MQSeries recovery plan

2003-11-19 Thread Don Murray
Good morning or afternoon as whatever the case may be. I'm running in to a problem with MQ cluster load balancing with-out an exit. We have 10 applications on various servers connecting to a cluster (XXX_CL1). All applications are connected calling the MQ Client to one of the 3 servers and puts

Cluster Load Balancing

2003-11-19 Thread Don Murray
Good morning or afternoon as whatever the case may be. Im running in to a problem with MQ cluster load balancing with-out an exit. We have 10 applications on various servers connecting to a cluster (XXX_CL1). All applications are connected calling the MQ client to one of the 3

Vladimir Veytsel is out of the Office.

2003-11-19 Thread Vladimir Veytsel
I will be out of the office from 11/19/2003 until 11/20/2003. I will respond to your message when I return. My out-of-office contacts for Production emergencies: Home: 201-251-3892 Cell: 347-563-1085 Pager: 917-218-8938 (Numeric) Intranet MQSeries Reference Site:

Auditting SSL Connections

2003-11-19 Thread Tom Fox
Looking at using channel exits to perform audits of connections coming into an MQ manager, is there any way to inquire/access the actual distinguished name values (SSL Peer) of the verified partner? Here's the scenario: We'd like to setup to allow multiple clients to connect to the same SVRCONN

Re: MQSERIES V5R31 ON ZOS - CSQY340E

2003-11-19 Thread Mike Lawrence
Thanks Joe...that is exactly what I was looking for. I saw the List of FMID in the Program Directory...but the Full function was listed last...so I ASS U MED that it was related to Java etc...and I only wanted the base product. Oh well live and learn! Thanks again! Have a great day! Mike

Re: Scheduling Message Flows-WMQI2.1

2003-11-19 Thread Benjamin F. Zhou
Great idea! But wouldn't it be better to let the script to start the msgflow instead? otherwise, an inhabited queue will cause your running msgflow to write large number of errors to the system log for unable to open the queue. Benjamin F. Zhou Messaging Integration Enterprise Applicatin

Re: How do you test a MQSeries recovery plan

2003-11-19 Thread Wyatt, T. Rob
Jeff, Unlike Bill, we typically have a window within which we can test. Like Bill, we backup the objects, .ini files and the authorities first. Depending on what we're testing, we might kill a QMgr's processes, pull the plug on a network interface, deregister a DNS entry or any of a variety of

Re: Cluster Load Balancing

2003-11-19 Thread David C. Partridge
Don, If there is a local instance of the cluster queue on the QM to which the client has connected, then AFAIK, messages will always be put to that local instance. I think load balancing comes into play when the cluster queue exists on other QMs in the cluster, but not the one to which you are

Re: MQLSX support to be extended and availability to be restored

2003-11-19 Thread Jim Wendorf
Marty, Is the extension supported on Windows/XP? MA7D can no longer be downloaded. Jim Marty FrasierTo: [EMAIL PROTECTED] [EMAIL PROTECTED]cc: Sent by: MQSeries List Subject: MQLSX support to be

Re: Auditting SSL Connections

2003-11-19 Thread David C. Partridge
All are in the MQCD - see below: The following fields in this structure are not present if Version is less than MQCD_VERSION_7. SSLCipherSpec (MQCHAR32) SSL CipherSpec is an optional field. This parameter is valid for all channel types. It is supported on AIX, HP-UX, Linux, OS/400, Solaris,

Re: Auditting SSL Connections

2003-11-19 Thread philip . distefano
Yes there is. The SSLPEER parameter is set to the remote Distinguished Name. But you must wait to the INIT-SEC phase.. Tom Fox [EMAIL PROTECTED]To: [EMAIL PROTECTED] .COMcc:

Re: MQLSX support to be extended and availability to be restored

2003-11-19 Thread Jim Ford
This is good news for us, but not great news. The Notes guys want to plow ahead with R6, but we've got a slew of MQLSX apps. This doesn't help that. But the MQ guys (me) want to plow ahead with 5.3, and this does let me do that. The way I read it, anyway. Jim Wendorf

Re: Cluster workload balancing (Was: How do you test a MQSeries r ecovery plan)

2003-11-19 Thread Wyatt, T. Rob
Don, Changed the subject of this thread for clarity. If you have three QMgrs all with local instances of the same cluster queue and your client connects to one of them, the messages will go only to the local instance of that - as specified by IBM. If you were to have a fourth QMgr in the

Re: Bank One looking for WebSphere Talent

2003-11-19 Thread Bumpass, Brian
Melissa: I thought you would have found all your folks by now. Hope all is well. -B Brian Bumpass Wachovia Bank Enterprise Infrastructure [EMAIL PROTECTED] Phone - (704) 590-5620 Pager - (800) 425-2613 -Original Message- From: Melissa Greenwood [SMTP:[EMAIL PROTECTED] Sent:

Northern Virginia/Ottawa Canada Opportunities

2003-11-19 Thread K. Mulvaney
Hi All! If anyone is interested in Northern VA/DC Area opportunities OR Ottawa Canada, let me know! I am actively recruiting for IT professionals in for all these locations! And not only Websphere/MQ people! K. Mulvaney Evolver, Inc. Reston, VA 20190 [EMAIL PROTECTED] -Original

Taking Queue Manager Offline in MSCS?

2003-11-19 Thread GMA MQ
When you take down a clustered Queue Manager when using MS Clustering,Does it do a Shutdown Immediate or a shutdown controlled? Is there any way of setting which it does? Thanks Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard

Re: Scheduling Message Flows-WMQI2.1

2003-11-19 Thread Robert Broderick
I don't think there is a command to start a msgflow except for Get enable/inhibit of the queue From: Benjamin F. Zhou [EMAIL PROTECTED] Reply-To: MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Scheduling Message Flows-WMQI2.1 Date: Wed, 19 Nov 2003 10:44:13 -0500 Great idea!