Author |
Message |
Topic: Sequential message processing across two Integration Nodes |
andrewfemin
Replies: 5 Views: 7297
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Mar 07, 2020 9:58 pm Subject: Re: Sequential message processing across two Integration Nod |
Hello,
Thanks for replying.
Is this possible?
Of course it's possible. It's a recipe for disaster and you'd have to roll your own code to do it but you can write code that does anything.
Ap ... |
Topic: Sequential message processing across two Integration Nodes |
andrewfemin
Replies: 5 Views: 7297
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 05, 2020 9:13 pm Subject: Sequential message processing across two Integration Nodes |
Hi,
We have two linux servers running IIBv10 and they have the same set of EGs and message flows. This is done to increase the throughput and have better fault tolerant architecture. Each IIB serve ... |
Topic: Jump in number of connections opened by a queue manager |
andrewfemin
Replies: 4 Views: 7354
|
Forum: General IBM MQ Support Posted: Tue Dec 17, 2019 11:53 am Subject: Jump in number of connections opened by a queue manager |
We are running MQ 9.0.0.4 on SUSE Linux Enterprise Server 12 SP3. So it must be a different issue? |
Topic: Jump in number of connections opened by a queue manager |
andrewfemin
Replies: 4 Views: 7354
|
Forum: General IBM MQ Support Posted: Mon Dec 16, 2019 9:35 pm Subject: Jump in number of connections opened by a queue manager |
Hi,
We have 2 FRs, 80+ PRs, 2 Remote QMs and 3 applications connecting through SVRCONN channels in our Production. The Remote QMs and the applications using SVRCONN channels connect to FR1, thereby ... |
Topic: Automatic Queue Creation |
andrewfemin
Replies: 7 Views: 8447
|
Forum: General IBM MQ Support Posted: Mon Apr 01, 2019 8:08 am Subject: Automatic Queue Creation |
Thanks Vitor. Just to confirm, by "application code" you mean the client application, right? Also, can you please point me to some documentation on the MQ Queue auto creation? I tried and co ... |
Topic: Automatic Queue Creation |
andrewfemin
Replies: 7 Views: 8447
|
Forum: General IBM MQ Support Posted: Mon Apr 01, 2019 7:38 am Subject: Automatic Queue Creation |
Hi,
I have two Full Reposities(FR1 & FR2) and two Partial Repositories(PR1 & PR2) in my cluster. An application is connecting to FR1 using a server connection channel and it's sending messa ... |
Topic: Max concurrent HTTP Requests to a Broker |
andrewfemin
Replies: 0 Views: 3572
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 24, 2019 12:58 am Subject: Max concurrent HTTP Requests to a Broker |
Hi,
I'm running IIB 10.0.0.11 and I'm trying to determine exactly how many number of concurrent HTTP Inputs my broker can handle.
From $ mqsireportproperties BROKER1 -o HTTPConnector -b httplist ... |
Topic: IIB 10 Keystore settings |
andrewfemin
Replies: 6 Views: 12308
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 24, 2018 1:33 pm Subject: IIB 10 Keystore settings |
set environment variable IBM_JAVA_OPTIONS to javax.net.debug=ssl and see what ssl stores are being used in your case. I trust that it might work because the current truststore being accessed is not e ... |
Topic: IIB 10 Keystore settings |
andrewfemin
Replies: 6 Views: 12308
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 13, 2018 10:23 pm Subject: IIB 10 Keystore settings |
Thanks for the replies. Even if the current trust store has the Root certificates and the Intermediate certificates, shouldn't it still fail because the URL certificates are missing in the Keystore? I ... |
Topic: IIB 10 Keystore settings |
andrewfemin
Replies: 6 Views: 12308
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 06, 2018 3:39 am Subject: IIB 10 Keystore settings |
Hi,
We currently have IIBv9 running on AIX. We have a Java Key Store configured in a local directory and the brokerKeystoreFile and brokerTruststoreFile properties of the broker are pointing to tha ... |
Topic: Round Robin in Cluster |
andrewfemin
Replies: 13 Views: 20051
|
Forum: Clustering Posted: Wed May 23, 2018 12:30 am Subject: Round Robin in Cluster |
To clarify, as the OPs issue may have been lost in the clutter:
1. The OP connects to a GATEWAY queue manager to put the messages;
2. The GATEWAY queue manager DOES NOT host the queues, which are ... |
Topic: ODBC connection issue in IIBv10 |
andrewfemin
Replies: 7 Views: 9905
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 18, 2018 1:05 am Subject: ODBC connection issue in IIBv10 |
Thanks for all the help. The issue is resolved now. I had initialized the variable ODBCINI in .profile file of the broker user. It appears, for the broker to reload the .profile file, a server restart ... |
Topic: ODBC connection issue in IIBv10 |
andrewfemin
Replies: 7 Views: 9905
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 08, 2018 9:56 am Subject: ODBC connection issue in IIBv10 |
Could that be an issue? Because the odbc.ini file is pointing to the correct drivers and I couldn't find anything wrong with the file permissions as well.
If that is an issue, any pointers on how t ... |
Topic: ODBC connection issue in IIBv10 |
andrewfemin
Replies: 7 Views: 9905
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 08, 2018 9:18 am Subject: ODBC connection issue in IIBv10 |
mqsicvp returns this:
mqsicvp TESTNODE -n TESTDB
BIP8299I: User 'wbiadm' from security resource name 'TESTDB' will be used for the connection to datasource 'TESTDB'.
BIP8290I: Verification ... |
Topic: Round Robin in Cluster |
andrewfemin
Replies: 13 Views: 20051
|
Forum: Clustering Posted: Tue May 08, 2018 2:20 am Subject: Round Robin in Cluster |
Well. My queue is cluster queue and not local to the queue manager.
Let's say I have QM1, QM2 and QM3. QM1 is the full repository while QM2 and QM3 are partial repositories. QM2 and QM3 have local ... |