Author |
Message |
Topic:HTTP async request |
tekt9
Replies: 3 Views: 3904
|
Forum:WebSphere Message Broker (ACE) Support Posted: Tue Mar 03, 2015 12:20 am Subject: Thanks... that did the trick |
Hello
Thanks for the replies fjb_saper and mgk
The usercontext did the trick. It is not covered by the samples, and I was expecting writtendestination to hold the necessary data.
... |
Topic:HTTP async request |
tekt9
Replies: 3 Views: 3904
|
Forum:WebSphere Message Broker (ACE) Support Posted: Fri Feb 27, 2015 5:26 am Subject: HTTP async request |
Hi...
scenario: I'm querying a web-service for address information. The query is created in the back-end. I wish to solve the issue using async HTTP request and response node, due to each request mi ... |
Topic:XSLT 2.0 |
tekt9
Replies: 12 Views: 12048
|
Forum:WebSphere Message Broker (ACE) Support Posted: Sat Jan 31, 2015 11:33 am Subject: XSLT 2.0 |
Hi...
I need to do XSLT 2.0 transformation on IIB 9 (WMB 9), and please correct me if I am wrong, but the XSL transform node which uses the Xalan engine does not support this.
source: http://ww ... |
Topic:Email Attachment, suddenly gets newlines |
tekt9
Replies: 1 Views: 2675
|
Forum:WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 6:40 am Subject: Email Attachment, suddenly gets newlines |
Hi...
I am sending
( ['MQROOT' : 0x29de3970]
(0x01000000:Name):Properties = ( ['MQPROPERTYPARSER' : 0x1904b030]
(0x0300000 ... |
Topic:Access xmlnsc from ESQL |
tekt9
Replies: 3 Views: 4846
|
Forum:WebSphere Message Broker (ACE) Support Posted: Thu Apr 11, 2013 9:47 am Subject: Solved |
Thanks... That solved the issue |
Topic:Access xmlnsc from ESQL |
tekt9
Replies: 3 Views: 4846
|
Forum:WebSphere Message Broker (ACE) Support Posted: Wed Apr 10, 2013 11:07 pm Subject: Access xmlnsc from ESQL |
Hi...
I've created a flow where I need to access the XMLNSC-tree.
I've got:
['SOAPRoot' : 0xafea330]
(0x01000000:Name ):Properties = ( ['SOAPPROPERT ... |
Topic:WMB Sercurity identities - Best Practice |
tekt9
Replies: 3 Views: 3086
|
Forum:WebSphere Message Broker (ACE) Support Posted: Wed Mar 13, 2013 4:39 am Subject: WMB Sercurity identities - Best Practice |
Hi
I recently created a flow wherein I used an FileOutPutNode to write data to a FTP-server.
The flow had to login to the server so I created a security identity with the user and pass. In the ... |
Topic:xml to csv space and quote |
tekt9
Replies: 5 Views: 2914
|
Forum:WebSphere Message Broker (ACE) Support Posted: Wed Mar 13, 2013 4:25 am Subject: User Message definition |
Hi...
I belive you can set the default value in your message definition to " ". When you then convert to csv, missing elements will get converted to space. |
Topic:Accessing OS Environment Variables. |
tekt9
Replies: 3 Views: 1935
|
Forum:WebSphere Message Broker (ACE) Support Posted: Wed Jan 02, 2013 12:48 am Subject: Haven't consideres ant-build :-9 |
Thanks... I hadn't thought of that...
Found a nice tutorial on ibm, which explains how this could be done...
http://www.ibm.com/developerworks/websphere/library/techarticles/0706_sprie ... |
Topic:Accessing OS Environment Variables. |
tekt9
Replies: 3 Views: 1935
|
Forum:WebSphere Message Broker (ACE) Support Posted: Tue Dec 25, 2012 2:08 pm Subject: Accessing OS Environment Variables. |
Hello…
We have a production- and a testing environment. Flows are created in the testing environment and later on deployed to the production.
Currently I enter e.g. SOAP uri statically in a ... |
Topic:Issuing cmd commands from JavaComputeNode |
tekt9
Replies: 2 Views: 2543
|
Forum:IBM MQ Java / JMS Posted: Fri Oct 05, 2012 5:16 am Subject: Issuing cmd commands from JavaComputeNode |
Hi...
I'm creating a flow which reads messages from a queue and saves it as a file.
Thansk to a suport pack(mo03) this can be done fairly easy, using a command line tool. I'm however having dif ... |
Topic:Transmission queues = FIFO queues |
tekt9
Replies: 27 Views: 11060
|
Forum:General IBM MQ Support Posted: Wed Sep 26, 2012 10:37 pm Subject: large amount of data |
I was discurraged to buffer messages on the queues unless they need to be processed, as the MQ did some internal indexing which may influence performance if I had 50000 messages in a queue. An IBM con ... |
Topic:Transmission queues = FIFO queues |
tekt9
Replies: 27 Views: 11060
|
Forum:General IBM MQ Support Posted: Wed Sep 26, 2012 4:14 am Subject: Thanks for the input |
I've talked with the people whe are responsible for the Computer "B". The solution we've come up with, is to use automated recovery, instead of creating different transmission queues. The me ... |
Topic:Transmission queues = FIFO queues |
tekt9
Replies: 27 Views: 11060
|
Forum:General IBM MQ Support Posted: Tue Sep 25, 2012 6:15 am Subject: Transmission queues = FIFO queues |
Hi…
I had an issue recently which made me wonder how the transmission queue works.
We had the following scenario:
Computer “A” has a remote queue “RemQ A” which sends data to a local q ... |
Topic:Remote messaging |
tekt9
Replies: 1 Views: 1765
|
Forum:General Discussion Posted: Mon Aug 13, 2012 11:40 pm Subject: Remote messaging |
Hello guys
I'm working on a WMB project where I need to send data to another server.
There is no QMGR installed on the other server, and I would like to keep it this way.
Is it possible to ... |