Author |
Message |
Topic: Design Q: Integrate WMBv7(AIX) with JDEdwards(Iseries7.1) |
jwende
Replies: 12 Views: 7979
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 21, 2013 6:56 am Subject: Supportpack IAM7 - Restrictions |
Hi,
I'm one of the authors of this supportpack. I haven't spent much time on the data formats for the DataQueue Nodes - but if your data structures (DDS files / RPG definitions) are not too complex ... |
Topic: BizTalk MQSAgent gets a 2195 |
jwende
Replies: 2 Views: 3574
|
Forum: General IBM MQ Support Posted: Tue Mar 08, 2005 10:15 am Subject: BizTalk MQSAgent gets a 2195 |
did you saw this http://www.biztalk-server.com/ftopic1236.html ?
regards,
Joerg |
Topic: USING PROPAGATE |
jwende
Replies: 5 Views: 2817
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 01, 2005 2:41 pm Subject: USING PROPAGATE |
I didn't tried this live - but it may look like this ?
DECLARE A,B INTEGER 1;
DECLARE K INTEGER 1;
DECLARE L INTEGER CARDINALITY(InputRoot.MRM.DETAILS[]);
WHILE K <= L DO
IF InputRoot.MRM. ... |
Topic: esql problem |
jwende
Replies: 10 Views: 7161
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 01, 2005 2:19 pm Subject: esql problem |
if your messageset has both renderings (CWF and XML), the output XML format will be written by the MRM XML writer component - I think this component doesn't care anything about your settings like
SET ... |
Topic: Adapters for File Processing in Message Broker |
jwende
Replies: 5 Views: 5273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 01, 2005 12:08 pm Subject: Adapters for File Processing in Message Broker |
that highly depends on your requirements. We have done this by writing a Java plugin to read and write local and remote (FTP and FTPs) files. There are a number of other good tools and products avail ... |
Topic: Java Plugin Node |
jwende
Replies: 2 Views: 3052
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 01, 2005 12:01 pm Subject: Java Plugin Node |
Hi,
you have to do a bit more than copying a class file to message brokers jplugin directory.
You find some examples by reading following redbook : http://www.redbooks.ibm.com/redbooks/SG246579.ht ... |
Topic: ESQL: difference between copy of complete tree .... |
jwende
Replies: 10 Views: 10953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 03, 2005 1:28 am Subject: ESQL: difference between copy of complete tree .... |
Thanks - I thank you reached the target  |
Topic: Version of CSD |
jwende
Replies: 13 Views: 14297
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 01, 2005 11:21 am Subject: Version of CSD |
if anyone can read this output (how to interpret the CMVC Level ??) - it may tell you what level your broker is running on:
C:\>mqsiservice -v
BIPv500 en US
ucnv Console CCSID 437 dft ucn ... |
Topic: How many flows / sets are running? |
jwende
Replies: 6 Views: 4294
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 31, 2005 1:14 am Subject: How many flows / sets are running? |
you can try is one:
mqsireportproperties WBRK_BROKER -e test -o ComIbmMtiParserFactory -r
It gives you some information about the parser itself but it lists also the messageset id of the deployed ... |
Topic: How many flows / sets are running? |
jwende
Replies: 6 Views: 4294
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 28, 2005 9:51 am Subject: How many flows / sets are running? |
mqsilist
gives you the list installed brokers
mqsilist <Broker_name>
gives you the list of executiongroups for a certain broker
mqsilist <Broker_name> -e <Execution_Group ... |
Topic: ESQL: difference between copy of complete tree .... |
jwende
Replies: 10 Views: 10953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 28, 2005 9:37 am Subject: ESQL: difference between copy of complete tree .... |
Problem solved !!!
The main problem was that after calling the createMessage() method you can do everything with your messagetree but unfortunately the broker doesn't change your original message.
... |
Topic: ESQL: difference between copy of complete tree .... |
jwende
Replies: 10 Views: 10953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 24, 2005 4:49 am Subject: ESQL: difference between copy of complete tree .... |
Thank you.
I'll take a look ...
Joerg |
Topic: ESQL: difference between copy of complete tree .... |
jwende
Replies: 10 Views: 10953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 23, 2005 9:38 am Subject: ESQL: difference between copy of complete tree .... |
I create following MQMD fields:
StrucId = 'MD'
Version = 2
Format = 'MQSTR'
These are the same fields I'm required to create if I want to create a MQMD header using ESQL.
I'm still astonished a ... |
Topic: ESQL: difference between copy of complete tree .... |
jwende
Replies: 10 Views: 10953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 21, 2005 6:28 am Subject: ESQL: difference between copy of complete tree .... |
Input Trace (before compute node):
(
(0x01000000):Properties = (
(0x03000000):MessageSet = NULL
(0x03000000):MessageType = NULL
(0x03000000):MessageFormat = NULL
(0x ... |
Topic: ESQL: difference between copy of complete tree .... |
jwende
Replies: 10 Views: 10953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 21, 2005 5:52 am Subject: ESQL: difference between copy of complete tree .... |
I'm currentrly struggling with a simple copy of the complete message tree vs copying all element trees.
My original message comes from a java plugin (input node) and if my next compute node uses the ... |