Author |
Message |
Topic: Duplicate XID - How long MQ holds on to an XID |
IntegratorWMB
Replies: 2 Views: 28793
|
Forum: Multiphase Commit Posted: Mon Jan 04, 2010 8:36 am Subject: Duplicate XID - How long MQ holds on to an XID |
I am using a 3rd Party Transaction Manager. Currently this software, creates an unique XID. The software do not generate the same XID and during shutdown it writes in to a file and reads it upon resta ... |
Topic: XA issues |
IntegratorWMB
Replies: 3 Views: 12824
|
Forum: Multiphase Commit Posted: Sun Jan 11, 2009 7:12 pm Subject: XA issues |
Why are you creating 2 qmgrs / qcfs and 2 different sessions?
>>>No. There is only one queue manager. The queue connection factory is binded to LDAP server and I get the object refer ... |
Topic: XA issues |
IntegratorWMB
Replies: 3 Views: 12824
|
Forum: Multiphase Commit Posted: Fri Jan 09, 2009 8:31 am Subject: XA issues |
Note: I apologize reposting from jms forum. I think this forum might be a better forum to answer.
****************
Hi,
We have our own Enterprise app framework and it has a Transaction service ... |
Topic: XA issues |
IntegratorWMB
Replies: 1 Views: 9345
|
Forum: Multiphase Commit Posted: Fri Jan 09, 2009 6:43 am Subject: XA issues |
Hi,
We have our own Enterprise app framework and it has a Transaction service which acts a wrapper for all transaction client request to JOTM transaction manager. most of our transaction falls in ... |
Topic: OutputFormat in ESQL code |
IntegratorWMB
Replies: 3 Views: 4401
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 29, 2008 7:44 am Subject: OutputFormat in ESQL code |
Currently I have a flow which takes an EDI and Converts to a properitary TDF format. I had defined the message sets and it is working.
Note: To keep it simple I am not going in to the record struct ... |
Topic: SFTP from JavaCompute Node |
IntegratorWMB
Replies: 6 Views: 9492
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 22, 2008 6:53 am Subject: SFTP from JavaCompute Node |
There is 3rd party product available as a node/ Extenstion for message broker.
URL : http://www.primeur.com/products/system_integration/spazio/spazio-file-extender-wmb.html |
Topic: TDF and Null Record |
IntegratorWMB
Replies: 1 Views: 2868
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 22, 2008 6:17 am Subject: TDF and Null Record |
I have an outgoing Message defined as follows:
Message - ComplexType (ALL Elements Delimited - LF)
AGENCY - ComplexType - AED - ;
AGENCYCOMMENTS - ComplexType - AED - :
CUST ... |
Topic: Message Set with Multiple TDF Messages |
IntegratorWMB
Replies: 1 Views: 3142
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 10, 2008 8:24 am Subject: Message Set with Multiple TDF Messages |
WMB : Version 6.1
I have a message flow that transforms incoming X12 to ProperitaryFormat. The properitary format is also defined under Tagged/Delimited. So there are 2 message formats X12 and TDF. ... |
Topic: Transform EDI messages using message broker |
IntegratorWMB
Replies: 6 Views: 11213
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 03, 2008 7:59 am Subject: Transform EDI messages using message broker |
There is a sample X12 project available with the broker. I had used it to understand how to model X12-810 based on that. Its a good place to start. If your app's deals with lots of X12 messages, then ... |
Topic: Message Set - Multiple x12 msgs in a single message |
IntegratorWMB
Replies: 1 Views: 2999
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 18, 2008 8:07 am Subject: Message Set - Multiple x12 msgs in a single message |
Hi,
I have a requirement where an X12 message is transformed to properitary format. I have defined the message set (X12 as a Multipart message) and it works fine.
One of the client is sending m ... |
Topic: Global and Local Element - Usage |
IntegratorWMB
Replies: 4 Views: 6077
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 11, 2008 11:51 am Subject: Global and Local Element - Usage |
Hence I thought having EL610 as a type and define 4 local Elements in TDSData say TDSData01 with EL610 as its type etc., Then I can access the value say
InputMessage.TDSData.TDSData01 etc.,
Th ... |
Topic: Global and Local Element - Usage |
IntegratorWMB
Replies: 4 Views: 6077
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 11, 2008 11:48 am Subject: Global and Local Element - Usage |
Thanks for your reply.
As mentioned my understanding of global element and user defining a type in message broker is limited.
I will give an example:
One of the X12 segment contains 4 Elem ... |
Topic: Global and Local Element - Usage |
IntegratorWMB
Replies: 4 Views: 6077
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 11, 2008 6:42 am Subject: Global and Local Element - Usage |
In an ANSI X12 message set ., you have element# with some simple restriction. e.g. EL350 - length of 11 chars and atleast 1 char must present.
A segment can contain one (or) more of EL350 elements. ... |
Topic: EDI X12 |
IntegratorWMB
Replies: 3 Views: 5572
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 02, 2008 11:50 am Subject: EDI X12 |
My bad.. my apologies for putting in the wrong forum.
Can somebody move this message to WMB forum. |
Topic: EDI X12 |
IntegratorWMB
Replies: 3 Views: 5572
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 02, 2008 11:25 am Subject: EDI X12 |
The document says to define ISA as an X12ServiceString, then I can define the delimiters to be used in the message itself using the mandatory ISA header element.
Will write a follow up mail.
Reg ... |