Author |
Message |
Topic: Equivalent of tpstatus mqsc command in Java |
lokeshraghuram
Replies: 4 Views: 12648
|
Forum: IBM MQ API Support Posted: Mon Aug 22, 2016 8:46 pm Subject: Equivalent of tpstatus mqsc command in Java |
Hello,
Can anyone tell me if there is a method which I can use in Java that will give me the result of "display tpstatus('topicstring')?
tpstatus give the details of all subscribers that su ... |
Topic: File Input node is processing the same file multiple times |
lokeshraghuram
Replies: 9 Views: 7274
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 30, 2014 7:09 pm Subject: File Input node is processing the same file multiple times |
I tried the below things
-> Removed the code which I had to create xml's from input..I just had a loop on each record and propagated outputs with just one field in OutputRoot. This could possibl ... |
Topic: File Input node is processing the same file multiple times |
lokeshraghuram
Replies: 9 Views: 7274
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 30, 2014 7:01 pm Subject: File Input node is processing the same file multiple times |
Hello Vicentus,
I am reading the file as a whole. Reading in chunks is not possible because the data I get is not the same. It will have two types of records - One starts with H and another starts ... |
Topic: File Input node is processing the same file multiple times |
lokeshraghuram
Replies: 9 Views: 7274
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 28, 2014 11:52 am Subject: File Input node is processing the same file multiple times |
Thank you for the reply..!!
There are about 150,000 records and every record will be transformed to XML. I am committing every message after creating it. Transnational roll back isn't preferred bec ... |
Topic: File Input node is processing the same file multiple times |
lokeshraghuram
Replies: 9 Views: 7274
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 28, 2014 6:32 am Subject: File Input node is processing the same file multiple times |
Hello,
I am struck with a weird issue for File Input node. I am placing the file in the path which will be polled by FileInput node. Files of normal size are being picked and processed as expected. ... |
Topic: Select query on multiple segments which are repeating |
lokeshraghuram
Replies: 0 Views: 1679
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 18, 2014 6:40 am Subject: Select query on multiple segments which are repeating |
Hi
Could anyone help me out with the below issue
Requirement : Select query should be done on repeating segments and count of one of the segment should be returned.
Example :
<Example&g ... |
Topic: Conversion of date format |
lokeshraghuram
Replies: 4 Views: 3147
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 07, 2014 10:25 pm Subject: Conversion of date format |
I am extracting DD,MM,YYYY using substring and concatenating to get the required format. This is quite complex..Is there an easy way to do this? |
Topic: Conversion of date format |
lokeshraghuram
Replies: 4 Views: 3147
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 07, 2014 10:06 pm Subject: Conversion of date format |
Hello Everyone
Can anyone help me to convert dd/mm/yyyy format to YYYYMMDD using single esql statement?? |
Topic: Delete repeating childs of a parent |
lokeshraghuram
Replies: 20 Views: 13694
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 07, 2014 11:05 am Subject: Delete repeating childs of a parent |
Thanks guys for your suggestions..I have thought of this 'tasklist' solution but that changes the XML structure which is completely wrong
DELETE FROM is working only for database queries or infact ... |
Topic: Delete repeating childs of a parent |
lokeshraghuram
Replies: 20 Views: 13694
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 05, 2014 2:18 am Subject: Delete repeating childs of a parent |
Hello,
Is it possible to delete all the repeating child of a parent using one DELETE statement. For example consider the parent tag as Person and the repeating childs are Tasks.
Note : Parent t ... |
Topic: TDS message set for CSV file |
lokeshraghuram
Replies: 6 Views: 6051
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 10, 2013 11:00 am Subject: TDS message set for CSV file |
Initially I did not refer samples but I started referring them on your suggestion Thanks a lot for your suggestions |
Topic: TDS message set for CSV file |
lokeshraghuram
Replies: 6 Views: 6051
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 10, 2013 5:24 am Subject: TDS message set for CSV file |
Thanks for the reply kimbert
The mistake that I did was for the complex type delimiter should be used as <CR><LF>. Instead I was using comma and that is why I got comma at the end of ev ... |
Topic: TDS message set for CSV file |
lokeshraghuram
Replies: 6 Views: 6051
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 10, 2013 1:17 am Subject: Re: TDS message set for CSV file |
Hello
I tried creating a message set for csv output message. I have created a complex type STUDENT with a group indicator as 01 group terminator as <CR><LF> and delimiter as comma(,). N ... |
Topic: TDS message set for CSV file |
lokeshraghuram
Replies: 6 Views: 6051
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 10, 2013 1:15 am Subject: TDS message set for CSV file |
hi |