Author |
Message |
Topic: How to Calculate a time from another time? |
lancelotlinc
Replies: 14 Views: 15792
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 16, 2013 4:17 am Subject: How to Calculate a time from another time? |
Do it again. Your head is thick.
so in all your time using broker you have never had any problems/difficulties with date time manipulations then?
Please don't insult people like ... |
Topic: How to Calculate a time from another time? |
lancelotlinc
Replies: 14 Views: 15792
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 16, 2013 3:37 am Subject: How to Calculate a time from another time? |
I did...
Do it again. Your head is thick.
Compute1 : SET Environment.Variables.XMLNSC.{ReplyId}.StartTime = CURRENT_GMTTIMESTAMP;
...
Compute2 : SET Environment.Variab ... |
Topic: How to Calculate a time from another time? |
lancelotlinc
Replies: 14 Views: 15792
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 16, 2013 3:14 am Subject: How to Calculate a time from another time? |
Thanks, however it seems like the GMTTIMESTAMP Datatype does not work for me.
Like this:
DECLARE MyGMTTimeStamp GMTTIMESTAMP CURRENT_GMTTIMESTAMP;
DECLARE TIME_RECEIVER CHARACTER SUBS ... |
Topic: Tracking and archiving all messages |
lancelotlinc
Replies: 17 Views: 19638
|
Forum: General IBM MQ Support Posted: Wed Oct 16, 2013 3:04 am Subject: Re: Tracking and archiving all messages |
We don't want to use a Broker just for this.
Why not ? What's wrong with using a Broker to perform what Brokers do ? |
Topic: Emit event from Message Broker to Business Monitor |
lancelotlinc
Replies: 4 Views: 6721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 16, 2013 3:00 am Subject: Re: Message Broker - Business Monitor |
Hi,
I did see the cause and I have been looking from forum to forum. However, I have not found the way to fix the issue.
Is the issue related to MQ configuration ? if yes, how can we re-configure ... |
Topic: ISO message using DFDL parcer in TCPIP server node. |
lancelotlinc
Replies: 17 Views: 22452
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 15, 2013 11:22 am Subject: ISO message using DFDL parcer in TCPIP server node. |
Do not disrespect the punch cards. Punch cards are cool, and a valuable reminder of when I had both hair and sanity. Also many happy hours spent in the punch room. It's so easy to whisper sweet nothin ... |
Topic: ISO message using DFDL parcer in TCPIP server node. |
lancelotlinc
Replies: 17 Views: 22452
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 15, 2013 10:42 am Subject: ISO message using DFDL parcer in TCPIP server node. |
It's my understanding (and only my understanding) that the current DFDL standard & implementation doesn't have strong support for bits. For this reason you may do better with WTX, especially if yo ... |
Topic: ISO message using DFDL parcer in TCPIP server node. |
lancelotlinc
Replies: 17 Views: 22452
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 15, 2013 10:29 am Subject: ISO message using DFDL parcer in TCPIP server node. |
Don't use WTX for anything. Its legacy technology and the DFDL parser is the preferred technology to parse your payloads.
You really need to keep your binaries current. Don't stay on buggy versions ... |
Topic: ISO message using DFDL parcer in TCPIP server node. |
lancelotlinc
Replies: 17 Views: 22452
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 15, 2013 10:01 am Subject: ISO message using DFDL parcer in TCPIP server node. |
I think you are misinterpreting your requirement. You don't really mean to keep the same connection open. What you mean to do is have the service continuously available.
Have a look here :
http: ... |
Topic: ISO message using DFDL parcer in TCPIP server node. |
lancelotlinc
Replies: 17 Views: 22452
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 15, 2013 9:26 am Subject: ISO message using DFDL parcer in TCPIP server node. |
Please update your toolkit to 8.0.0.2 iFix 001 (July 2013). Please update your runtime to 8.0.0.2.
You may like to consider using Http nodes or SOAP nodes. While what you are trying can be done wit ... |
Topic: java class not found |
lancelotlinc
Replies: 7 Views: 8784
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 15, 2013 4:36 am Subject: java class not found |
Is the package name correct (spelling, punctuation and capitalization) ? Why not use a traditional package name rather than an arbitrary one ? |
Topic: MQ/MQSI/WBIMB |
lancelotlinc
Replies: 15 Views: 77555
|
Forum: Job Seekers Posted: Mon Oct 14, 2013 11:16 am Subject: MQ/MQSI/WBIMB |
Well this posting is me seeking a job in Michigan and not me offering a job,
You need to check the job postings not job seeking
Six years ago, WBIMB was a viable acronym. Today, WBIMB is not in vo ... |
Topic: Multiple DataPower Instances single log / config store |
lancelotlinc
Replies: 2 Views: 8762
|
Forum: WebSphere DataPower Posted: Mon Oct 14, 2013 7:23 am Subject: Multiple DataPower Instances single log / config store |
I think what you are trying to do is a home-grown ITCAM. If you bought DataPower, why not use [url=http://pic.dhe.ibm.com/infocenter/tivihelp/v3r1/index.jsp?topic=%2Fcom.ibm.itcamsoa.doc%2Fwelcome.htm ... |
Topic: Current Timestamp esql is producing an &apos - Failing |
lancelotlinc
Replies: 3 Views: 6540
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 14, 2013 5:28 am Subject: Current Timestamp esql is producing an &apos - Failing |
Your code fails to make use of the [url=http://pic.dhe.ibm.com/infocenter/wmbhelp/v8r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fak05616_.htm]FORMAT clause. The InfoCentre has explicit examples ab ... |
Topic: Creating XMLNSC |
lancelotlinc
Replies: 3 Views: 4706
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 14, 2013 3:25 am Subject: Creating XMLNSC |
What tool are you using ? WMB Toolkit ? POJO Eclipse ?
You are writing ESQL code and expecting to compile it in Java POJO ? |