Author |
Message |
Topic: Message expiry set to unlimited |
KeeferG
Replies: 7 Views: 10741
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Nov 19, 2009 1:51 am Subject: Message expiry set to unlimited |
As previously mentioned the message will remain on the queue until an applicaiton removes it. There are several support packs that can help you with this. |
Topic: Multiple cluster sender channels |
KeeferG
Replies: 3 Views: 4720
|
Forum: General Discussion Posted: Wed Sep 16, 2009 12:59 am Subject: Multiple cluster sender channels |
If the channel is working fine but you wish to change the name of it then create the appropriate new pair first before removing the old pair.
This will mean that you will not impact the running of ... |
Topic: Performance MQSeries 6.0.2.5 |
KeeferG
Replies: 21 Views: 24459
|
Forum: General IBM MQ Support Posted: Fri Aug 07, 2009 2:50 am Subject: Performance MQSeries 6.0.2.5 |
I would remove the entry from your inted.conf that is causing the creation of the amqcrsta process.
Then I would define a listener using the same port specified in the inetd.conf.
Ideally you s ... |
Topic: ISO 8583 Standard for Financial Transaction Card Originated |
KeeferG
Replies: 3 Views: 7622
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 06, 2009 8:40 am Subject: ISO 8583 Standard for Financial Transaction Card Originated |
Damn those bit level operations.
You can do it in broker without WTX inside the compute nodes but it is tricky to manage.
The MRM does not currently have the bit level capability so you can eith ... |
Topic: ISO 8583 parsing requirements and procedure |
KeeferG
Replies: 6 Views: 20049
|
Forum: WebSphere DataPower Posted: Mon Jul 06, 2009 8:34 am Subject: ISO 8583 parsing requirements and procedure |
Hi,
You will need to come up with an XSLT to parse your ISO8583 message.
Although WTX can handle the ISO8583 it uses component rules that do not work on the DataPower XI50.
If you want to use ... |
Topic: Datapower XI50 |
KeeferG
Replies: 3 Views: 13957
|
Forum: WebSphere DataPower Posted: Wed Jun 17, 2009 1:05 am Subject: Datapower XI50 |
Hi,
I shall try and answer your questions.
1) Not really. The processing rule development is done via the web gui and is fairly straight forward but the xsd and xslt files are generally created ... |
Topic: What is the largest number of cluster members in cluster? |
KeeferG
Replies: 29 Views: 34851
|
Forum: Clustering Posted: Wed Jun 10, 2009 6:27 am Subject: What is the largest number of cluster members in cluster? |
I have been involved with clusters around the 3000 queue manager mark for a clothing company several years back. There were several issue at the time, the main one being network failures and handling ... |
Topic: deploying Message broker flows on to Data power XI50? |
KeeferG
Replies: 8 Views: 21829
|
Forum: WebSphere DataPower Posted: Tue Jun 02, 2009 4:36 am Subject: deploying Message broker flows on to Data power XI50? |
DataPower doesn't really accelerate XML despite what marketing would like you to believe. That would suggest sending messages out faster than they arrive.
What it will do is parse/validate/tr ... |
Topic: qm.ini modify and how to know it work |
KeeferG
Replies: 8 Views: 10486
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 20, 2009 2:54 am Subject: qm.ini modify and how to know it work |
Hi depending on the type of change you will need to do different things.
What changes are you looking for. |
Topic: Monitor Messages Flowing Through SVRCONN |
KeeferG
Replies: 20 Views: 25644
|
Forum: IBM MQ Performance Monitoring Posted: Wed May 20, 2009 2:53 am Subject: Monitor Messages Flowing Through SVRCONN |
I have to agree with Vitor. You need to push this back to the development team and make them provide the evidence.
Too many times I have been involved with development teams that assume their code ... |
Topic: re: IA0T: WebSphere Message Broker - SWIFT FIN Solution |
KeeferG
Replies: 2 Views: 5967
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 24, 2009 1:45 am Subject: re: IA0T: WebSphere Message Broker - SWIFT FIN Solution |
There is also the option to build your own which I would not recommend.
I have built my own in the past (6 years ago) and used the Dublin pack and I would recommend the latter. I have not had any exp ... |
Topic: Exporting a SSL certificate from datapower |
KeeferG
Replies: 3 Views: 17743
|
Forum: WebSphere DataPower Posted: Mon Mar 30, 2009 7:23 am Subject: Exporting a SSL certificate from datapower |
Once you have created the certificates go to the file systemj and select them. You will then be asked to save them to your machine.
Took me ages to find that out when I first had to do it. |
Topic: SOLVED: MQ Front Side Handler performing unwanted conversion |
KeeferG
Replies: 3 Views: 15722
|
Forum: WebSphere DataPower Posted: Mon Mar 30, 2009 7:19 am Subject: SOLVED: MQ Front Side Handler performing unwanted conversion |
Easily resolved by setting the convert input from its default of yes to no.
Hidden away in the queue manager setting and not part of the front side handler at all.
I think I will remember this d ... |
Topic: MQ cluster and exits |
KeeferG
Replies: 5 Views: 7072
|
Forum: Clustering Posted: Wed Mar 11, 2009 2:23 am Subject: MQ cluster and exits |
I am assuming that the 4 queue managers are on different machines so don't forget to deploy the exit to all of those machine as well. This is easily forgotten, at least at my company any way. |
Topic: SOLVED: MQ Front Side Handler performing unwanted conversion |
KeeferG
Replies: 3 Views: 15722
|
Forum: WebSphere DataPower Posted: Thu Mar 05, 2009 5:27 am Subject: SOLVED: MQ Front Side Handler performing unwanted conversion |
Hi,
Thanks for the response.
4097 is MQGMO_SYNCPOINT_IF_PERSISTENT (4096) + MQGMO_WAIT (1)
MQGMO_CONVERT is 16384 so it is definately not that setting.
The application has definately set t ... |