Author |
Message |
Topic: Expected MQ Cluster operation |
philip.baker
Replies: 15 Views: 8672
|
Forum: Clustering Posted: Mon Jun 18, 2012 10:23 am Subject: Expected MQ Cluster operation |
So.. Simply leave out the value in the RQMNAME for the definition.
So this doc:
http://www.ibm.com/developerworks/websphere/library/techarticles/1108_gupta/1108_gupta.html?ca=drs-
is wrong for ... |
Topic: Expected MQ Cluster operation |
philip.baker
Replies: 15 Views: 8672
|
Forum: Clustering Posted: Mon Jun 18, 2012 9:58 am Subject: Expected MQ Cluster operation |
Here are the defintions to the QREMOTE, QALIAS on the Gateway QMGR:
DEFINE QREMOTE (Q1) DEFBIND (NOTFIXED) RNAME (Q1) RQMNAME (QM1) REPLACE
DEFINE QALIAS (INPUT) TARGQ (Q1) REPLACE |
Topic: Expected MQ Cluster operation |
philip.baker
Replies: 15 Views: 8672
|
Forum: Clustering Posted: Sun Jun 17, 2012 3:26 pm Subject: Expected MQ Cluster operation |
Environment:
WMQ v7.0.1.7
RedHat Linux 5.7
3 QMGRs, one on each of 3 VMs.
2 QMGRs are full repos, one is partial. All in the same cluster.
The 2 full repos (QM1 and QM2) each host Q1 as a clu ... |
Topic: Maintaining the Original MQMD.UserIdentifier through flows |
philip.baker
Replies: 7 Views: 3617
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 02, 2010 3:23 pm Subject: Maintaining the Original MQMD.UserIdentifier through flows |
Thanks again mgk. I will need more info about who can do what with MQ on the MF side.
More details for those that are interested: (extracted from http://www-01.ibm.com/support/docview.wss?rs=171&a ... |
Topic: Maintaining the Original MQMD.UserIdentifier through flows |
philip.baker
Replies: 7 Views: 3617
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 02, 2010 2:32 pm Subject: Maintaining the Original MQMD.UserIdentifier through flows |
Thanks for the reply mgk.
The problem is getting hold of the proper id to use for the output message.
I will not know this in advance. |
Topic: Maintaining the Original MQMD.UserIdentifier through flows |
philip.baker
Replies: 7 Views: 3617
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 02, 2010 12:10 pm Subject: Maintaining the Original MQMD.UserIdentifier through flows |
Thanks for responding vmcgloin.
I don't think setting a security profile is going to help me here. I need to satisy the MQ authorization issue and I won't know the id that I need to use to make MQ ... |
Topic: Maintaining the Original MQMD.UserIdentifier through flows |
philip.baker
Replies: 7 Views: 3617
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 02, 2010 11:36 am Subject: Maintaining the Original MQMD.UserIdentifier through flows |
Using WBIMB v6.1.0.8 on Windows and/or zLinux, I have a requirement to maintain the MQMD.UserIdentifier from the original sent message through a series of 5 message flows that process the transaction. ... |
Topic: ESQL Select Statements Causinbg db2 locks |
philip.baker
Replies: 5 Views: 9229
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 20, 2010 11:09 am Subject: ESQL Select Statements Causinbg db2 locks |
Hi nik_iway,
If you are able to utilize the ESQL PASSTHRU statement, you can run the query with Uncommited Read (UR) isolation level by using something like the following code:
sample code START ... |
Topic: Using the IN operator with the WHERE clause of a SELECT. |
philip.baker
Replies: 8 Views: 4487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 19, 2010 1:57 pm Subject: Using the IN operator with the WHERE clause of a SELECT. |
Hi mqjeff,
I'm finally getting back to try out the method in your last reply, and I like it. I've transmuted your suggestion a bit and I think it might perform better than my 'substring' approach. ... |
Topic: Using the IN operator with the WHERE clause of a SELECT. |
philip.baker
Replies: 8 Views: 4487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 18, 2010 3:02 pm Subject: Using the IN operator with the WHERE clause of a SELECT. |
Hi mqjeff,
I'd love to go to v7.x, but I'm stuck using what the customer has. I'm just a lowly developer on this particular project. I couldn't influence this customer one way or the other.
I li ... |
Topic: Using the IN operator with the WHERE clause of a SELECT. |
philip.baker
Replies: 8 Views: 4487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 18, 2010 2:35 pm Subject: Using the IN operator with the WHERE clause of a SELECT. |
Thanks, mgk.
I had a feeling I'd have to do it the 'old fashioned way', but I had to give it a shot on this forum. You never know.
I've coded a substring parser for the 'list' of values and bui ... |
Topic: Using the IN operator with the WHERE clause of a SELECT. |
philip.baker
Replies: 8 Views: 4487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 18, 2010 11:47 am Subject: Using the IN operator with the WHERE clause of a SELECT. |
Hi mqjeff,
Thanks for the reply. Obviously the code fragment has been simplified for the purposes of getting an answer on using the dynamically-populated WHERE clause with the IN operator.
There ... |
Topic: Using the IN operator with the WHERE clause of a SELECT. |
philip.baker
Replies: 8 Views: 4487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 18, 2010 10:44 am Subject: Using the IN operator with the WHERE clause of a SELECT. |
Greetings,
I'm back doing MB development.
I believe I'm having an issue understanding some implied activities related to how I would like to do the following processing. (Using MBv6.1.0.8 on Wi ... |
Topic: Update verb fails in pplsoft adapter with WBIMB |
philip.baker
Replies: 1 Views: 2632
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 21, 2006 4:13 pm Subject: Update verb fails in pplsoft adapter with WBIMB |
ashritha,
Did you ever figure this one out? |
Topic: Anybody tell me how to move flatfile into MQ queue? |
philip.baker
Replies: 14 Views: 12059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 04, 2006 1:30 pm Subject: Anybody tell me how to move flatfile into MQ queue? |
If needed, the PM4Data product can also FTP 'put' or 'get' a file and place it on a queue or take it from a queue rather than, typically, transferring the file via MQ. |