Author |
Message |
Topic: Problems when changing dateTime settings in XML wire format |
thyssen
Replies: 8 Views: 5583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 16, 2009 4:09 am Subject: Problems when changing dateTime settings in XML wire format |
Hello,
in the xsd both element and attribut definition refer to the native datatype xsd:dateTime. In the physical representation of the XML wire format both use yyyy-MM-dd'T'HH:mm:ss.SSS'Z' as date ... |
Topic: Problems when changing dateTime settings in XML wire format |
thyssen
Replies: 8 Views: 5583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 16, 2009 1:21 am Subject: Problems when changing dateTime settings in XML wire format |
The WBI Information Center says:
"The initial value for this property is yyyy-MM-dd'T'HH:mm:ssZZZ, which you can change by over-typing.
You can override this property for an element or attr ... |
Topic: Problems when changing dateTime settings in XML wire format |
thyssen
Replies: 8 Views: 5583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 15, 2009 10:58 pm Subject: Problems when changing dateTime settings in XML wire format |
Our simple intent is to pass a timestamp string (24 bytes, e.g. "2009-07-15:12:00:01.123Z" ) which we receive from a cobol input message to the final XML structure as is. I think the xsd:dat ... |
Topic: Problems when changing dateTime settings in XML wire format |
thyssen
Replies: 8 Views: 5583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 15, 2009 6:02 am Subject: Problems when changing dateTime settings in XML wire format |
Hello,
first we build the MRM message structure using ESQL within a Compute Node. Afterwards we use a RCD Node to parse the message as XML. All dateTime elements and attributes are passed as GMTTIM ... |
Topic: Problems when changing dateTime settings in XML wire format |
thyssen
Replies: 8 Views: 5583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 15, 2009 4:41 am Subject: Problems when changing dateTime settings in XML wire format |
Hello,
we have just created a namespace aware message set from an xsd message definition file. It contains both elements and attributes based on data type xsd:dateTime:
xsd element definition: ... |
Topic: Generating report messages when writing to a database |
thyssen
Replies: 8 Views: 4006
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 06, 2007 2:42 am Subject: Generating report messages when writing to a database |
Thank you for your replies so far. We are still in the design process of our logging solution. What we are looking for is a very slim solution without explizit logging to a logging database via SQL in ... |
Topic: Generating report messages when writing to a database |
thyssen
Replies: 8 Views: 4006
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 06, 2007 1:25 am Subject: Generating report messages when writing to a database |
Would you recommend a central logging solution? Maybe a common subflow to which the report option are passed as parameters and which writes to a dummy queue to provoke the report messages? This flow ... |
Topic: Generating report messages when writing to a database |
thyssen
Replies: 8 Views: 4006
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 06, 2007 12:31 am Subject: Generating report messages when writing to a database |
Sure, we could do someting like MQInput --> Database --> Compute (set report options) --> MQOutput.
But can't we provoke the same behaviour (maybe using some MQMD report options) when the ... |
Topic: Generating report messages when writing to a database |
thyssen
Replies: 8 Views: 4006
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 06, 2007 12:02 am Subject: Generating report messages when writing to a database |
Hello,
we intend to establish a simple logging system setting MQMD.Report options in ESQL. The broker should write all report messages to a central ReplyToQueue ('TRACKING_REPORTS'). Our ESQL code ... |
Topic: Problems generating report messages with MQHSAP header |
thyssen
Replies: 5 Views: 4328
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 24, 2007 5:48 am Subject: Problems generating report messages with MQHSAP header |
--- please ignore previous post ---
Hello,
could you please give me some hints where to put the corresponding values in the Properties? Just replacing 'MQMD' whith 'Properties' did not work!
... |
Topic: Problems generating report messages with MQHSAP header |
thyssen
Replies: 5 Views: 4328
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 16, 2007 3:27 am Subject: Problems generating report messages with MQHSAP header |
Hello fjb_saper,
our message flow IN --> Compute --> OUT which contains the ESQL lines described above works well for "normal" input (string, XML etc.), i.e. the original message is ... |
Topic: Problems generating report messages with MQHSAP header |
thyssen
Replies: 5 Views: 4328
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 16, 2007 3:01 am Subject: Problems generating report messages with MQHSAP header |
Hello,
we intend to establish a simple logging system setting MQMD.Report options in ESQL. The broker should write all report messages to a central ReplyToQueue ('TRACKING_REPORTS') from where a s ... |
Topic: Using CorrelId and ApplIdentityData for log purposes |
thyssen
Replies: 1 Views: 1509
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 07, 2007 5:33 am Subject: Using CorrelId and ApplIdentityData for log purposes |
Hello,
we intend to establish a simple logging system using MQMD.Report options in ESQL. For that purpose the original message flows should simply write little pieces of information to MQMD.CorrelI ... |