Author |
Message |
Topic: File Size (in Kb) of File Received in File Input Node |
HIMAGAR
Replies: 2 Views: 3338
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 10, 2020 3:40 am Subject: File Size (in Kb) of File Received in File Input Node |
How to get File Size (in Kb) of File Received in File Input Node?
Please suggest
- HIMAGAR
want to be HIMAGAR  |
Topic: File Input Node Archiving Failing |
HIMAGAR
Replies: 2 Views: 4266
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 13, 2019 10:47 pm Subject: File Input Node Archiving Failing |
Hi,
I have a flow like this.
File Input Node ---> Compute ---> end of Flow.
ARCHIVING of File is set at File Input Node properties as
Action on Success Processing ==> Add Times ... |
Topic: How to set application/text in IIB |
HIMAGAR
Replies: 1 Views: 2477
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 08, 2017 2:46 am Subject: How to set application/text in IIB |
Hi,
I need to send a meesage as "application/text" content - type.
Which parser should I use for this ?
Need to send Single String in the HTTP Request.
Set OutputRoot.HTTPRequestHead ... |
Topic: Remove a message from SYSTEM.BROKER.TIMEOUT.QUEUE |
HIMAGAR
Replies: 3 Views: 3622
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 08, 2016 10:39 pm Subject: Remove a message from SYSTEM.BROKER.TIMEOUT.QUEUE |
Yes it does remain in the queue. Setting Action as 'Cancel' gives the error 'Timeout Set Identifier not in Store ' |
Topic: Remove a message from SYSTEM.BROKER.TIMEOUT.QUEUE |
HIMAGAR
Replies: 3 Views: 3622
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 06, 2016 11:45 pm Subject: Remove a message from SYSTEM.BROKER.TIMEOUT.QUEUE |
Hi,
I need to remove a msg from SYSTEM.BROKER.TIMEOUT.QUEUE Queue.
I am using Timeout Control and Timeout notification nodes in pair for retrying the timed-out msgs.
So, suppose i have a msg &q ... |
Topic: HTTP Input Node |
HIMAGAR
Replies: 3 Views: 3051
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 01, 2016 11:54 am Subject: HTTP Input Node |
My header should not convert into lower case...
It should be like X-OS-Version instead of X-Os-Version |
Topic: HTTP Input Node |
HIMAGAR
Replies: 3 Views: 3051
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 01, 2016 8:29 am Subject: HTTP Input Node |
Hi All,
I am having a flow like this.
HTTP Input Node --> Compute --> HTTP Request.
I am sending HTTP Header "X-OS-Version", but Http input node is concerting it to "X- ... |
Topic: Special Character in Http Request Node |
HIMAGAR
Replies: 1 Views: 3037
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 28, 2016 4:40 am Subject: Special Character in Http Request Node |
Hi,
I am trying to call a URL that i m setting dynamically via local env.
e.g.
http://abc.com/user?param1=abc@gmail.com
but it seems Http Request node is converting it to
http://abc.c ... |
Topic: Calling Java Class via ESQL |
HIMAGAR
Replies: 3 Views: 3897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 15, 2016 7:49 am Subject: Calling Java Class via ESQL |
What Should I use ?
I need to make a User defined Configurable Service in which I have to define some Look Up Table.
I have a restriction that I cannot use the Database. |
Topic: Calling Java Class via ESQL |
HIMAGAR
Replies: 3 Views: 3897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 15, 2016 6:44 am Subject: Calling Java Class via ESQL |
Hi,
I need to call Java Class from my ESQL.
I have made a Java Project in the Toolkit and have given project reference to my Broker Project from where I need to call my Java Class.
like This : ... |
Topic: Message Broker - File Input Node - Monitoring |
HIMAGAR
Replies: 4 Views: 4097
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 03, 2015 10:56 am Subject: Message Broker - File Input Node - Monitoring |
Is there any workaround for this ? |
Topic: Message Broker - File Input Node - Monitoring |
HIMAGAR
Replies: 4 Views: 4097
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 01, 2015 11:24 pm Subject: Message Broker - File Input Node - Monitoring |
Hi All,
I am usin FileInput Node in my message flow.
File Input Node ---> Compute ---> End.
I am using Monitporing at File Inpput Node. I want to emit complete payload.
But IBM Infoc ... |
Topic: Message Broker - Mapping |
HIMAGAR
Replies: 3 Views: 3182
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 09, 2015 8:21 am Subject: Message Broker - Mapping |
No...
xs:cast function eats my "T"...
as a result it fails in the validation against my XSD..
I have a dateTime Field in my XSD
xs:DateTime(fn:concat($source/msg_date,'T00:00:00+00 ... |
Topic: Message Broker - Mapping |
HIMAGAR
Replies: 3 Views: 3182
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 09, 2015 8:02 am Subject: Message Broker - Mapping |
I have been using the Mapping node to data from a XML file,
and trying to map with to a field which is a string to a value which is of DateType using the cast function (xs:DateTime($exp))
Any sug ... |
Topic: Message Broker - Java Compute Node |
HIMAGAR
Replies: 4 Views: 3171
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 06, 2015 2:25 am Subject: Message Broker - Java Compute Node |
Is it possible to access Environment variable that was set in previous compute node...
My Flow is like this..
MQ Input ----> Compute -----> Java Compute.
Inside Compute...Node, I am set ... |