Author |
Message |
Topic: WebDAV document reading from WMB8.0 |
ethan_1988
Replies: 1 Views: 1536
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 13, 2015 11:39 am Subject: WebDAV document reading from WMB8.0 |
Thanks in advance for taking interest to resolve my post.
I am exposing a web service which will be invoked with the file name and I have to go to a WebDAV location pull the file move it to another ... |
Topic: Propagating routing slip in MQRFH2 usr folder |
ethan_1988
Replies: 17 Views: 15787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 10, 2015 3:48 pm Subject: Propagating routing slip in MQRFH2 usr folder |
got the fix.. The value in MsgFormat shoud b in MsgType.. The same fix will work for the guy too who initiated this thread. though kind of weird that y it worked in WMB7.. have to dive deep into docu ... |
Topic: Propagating routing slip in MQRFH2 usr folder |
ethan_1988
Replies: 17 Views: 15787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 10, 2015 5:20 am Subject: Propagating routing slip in MQRFH2 usr folder |
and the Trace node surprisingly shows the message as expected with MQRFH2 values!!!!!! |
Topic: Propagating routing slip in MQRFH2 usr folder |
ethan_1988
Replies: 17 Views: 15787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 10, 2015 5:17 am Subject: Propagating routing slip in MQRFH2 usr folder |
No I m not confused in the Ref.. The references are defined in the same block referrring to InputRoot and OutputRoot..While playing with the properties and headers i didnt used references to get intel ... |
Topic: Propagating routing slip in MQRFH2 usr folder |
ethan_1988
Replies: 17 Views: 15787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 09, 2015 4:36 pm Subject: Propagating routing slip in MQRFH2 usr folder |
Hey I m facing similar issue. I am on a migration from WMB7 to WMB8. The first Flow is receiver flow having SOAP input not and the same flow aggrigate msg to three separate flow. before putting a msg ... |
Topic: wan to change MCAUSERID |
ethan_1988
Replies: 2 Views: 2211
|
Forum: General Discussion Posted: Thu Jun 19, 2014 10:46 am Subject: wan to change MCAUSERID |
Hi,
I have a flow making cal to remote QM(via SVRCONN CHNL). Right now everything is running fine and smooth. But at the remote QM they are implimenting secuity and the want us to send a Specific M ... |
Topic: JMS RECIEVR NODE MessageCorrelationIDSelector doesnt work |
ethan_1988
Replies: 3 Views: 3976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 19, 2014 9:51 am Subject: JMS RECIEVR NODE MessageCorrelationIDSelector doesnt work |
The working code is :
SET OutputLocalEnvironment.JMS.Receive.MessageCorrelationIDSelector = '='|| ''''||InputLocalEnvironment.WrittenDestination.JMS.DestinationData.JMSMessageID||'''';
Set thi ... |
Topic: JMS RECIEVR NODE MessageCorrelationIDSelector doesnt work |
ethan_1988
Replies: 3 Views: 3976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 01, 2014 12:11 pm Subject: JMS RECIEVR NODE MessageCorrelationIDSelector doesnt work |
I was firmly beliveing tha approach 2 should be right but dont know y it doesnt work.. My broker is 8003. And transactionality is obviosly set to NO.. i see the message comes on the reply Q from where ... |
Topic: JMS RECIEVR NODE MessageCorrelationIDSelector doesnt work |
ethan_1988
Replies: 3 Views: 3976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 01, 2014 9:52 am Subject: JMS RECIEVR NODE MessageCorrelationIDSelector doesnt work |
Hi Guys,
I am having JMSoutNode followed by Compute node and JMS receiver Node. In the compute node i am setting MessageCorrelationIDSelector in OutputLocalEnvirionment but JMS RECIEVR node doesnt fe ... |
Topic: How to calculate character count for incoming DFDL message? |
ethan_1988
Replies: 1 Views: 1602
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 25, 2014 7:58 am Subject: How to calculate character count for incoming DFDL message? |
I have incoming message in inputroot.DFDL.[>] and i want to calculate character count(including paddings).i tried length function and tried to cast input message to char but it goes with the null v ... |
Topic: MsgId is being Changed while putting message by JMSOutNode |
ethan_1988
Replies: 5 Views: 3464
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 24, 2014 9:42 am Subject: MsgId is being Changed while putting message by JMSOutNode |
is it something u suggesting to cache MsgId and ReplyIdentifier after putting the message on the Q and when response comes so retrive that replyIdentifier from the cache? i thought off this kinddda so ... |
Topic: MsgId is being Changed while putting message by JMSOutNode |
ethan_1988
Replies: 5 Views: 3464
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Feb 22, 2014 1:30 pm Subject: MsgId is being Changed while putting message by JMSOutNode |
I agree Vitor. We cant change JMS message Id. Its very clearly documented and i know it. But i am putting MQ msg on the Q using JMSOutNode. I want to set that MQMD.MsgId to go on the Q what i set in t ... |
Topic: MsgId is being Changed while putting message by JMSOutNode |
ethan_1988
Replies: 5 Views: 3464
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 21, 2014 12:41 pm Subject: MsgId is being Changed while putting message by JMSOutNode |
Hey Freinds,
I am putting MQ message using JMS out node. when i read the actull message on the Q i see that MQMD.MsgId has been changed. Actually that msgid is important coz it is the Replyidentifi ... |
Topic: JMS message retaining MQMD header |
ethan_1988
Replies: 5 Views: 3452
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 20, 2014 10:20 am Subject: JMS message retaining MQMD header |
@zpat: Thanks.
@mqjeff: I completely agree . Both end are MQ though they want to use JMS. its like to native english speaking people are forced to speak in chinese..  |
Topic: JMS message retaining MQMD header |
ethan_1988
Replies: 5 Views: 3452
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 20, 2014 8:05 am Subject: JMS message retaining MQMD header |
@fjb_saper: Thanks alot... i got ot how to do it and it worked..
Let me explain for the guys who are looking for this kind of solution.
1. In the ConnectionFactory properties(MQ Explorer) make sur ... |