ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Process Server (WID/WPS/WAS+) » MQHRF2 header is coming

Post new topic  Reply to topic
 MQHRF2 header is coming « View previous topic :: View next topic » 
Author Message
prithvik
PostPosted: Wed Apr 17, 2013 1:26 am    Post subject: MQHRF2 header is coming Reply with quote

Novice

Joined: 17 Apr 2013
Posts: 11

using WPS with MQ, in mediation flow MQHeader -control-Format , we are setting to MQSTR , but still message is going to queue with MQHRF2 header

and following properties are going
<usr><JMSXDeliveryCount dt="i4">1</JMSXDeliveryCount><JMSXAppID dt="string">Service Integration Bus</JMSXAppID><JMSXUserID dt="string">SCA</JMSXUserID></usr> How to remove these and MQHRF2 should not come, what i need to do in SMO mediation flow or any setting is needed in Import
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Apr 17, 2013 2:32 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20695
Location: LI,NY

Add the property targetClient=1 to the Destination at the message producer ?
Or change the propctl property of the queue?

As I would expect you to be using JMS, you should not be doing anything as the JMS client will handle the RFH header for you....
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
prithvik
PostPosted: Wed Apr 17, 2013 3:02 am    Post subject: Reply with quote

Novice

Joined: 17 Apr 2013
Posts: 11

Thank you very much for reply. We are not using JMS any way will try this option
Back to top
View user's profile Send private message
prithvik
PostPosted: Wed Apr 17, 2013 3:06 am    Post subject: Reply with quote

Novice

Joined: 17 Apr 2013
Posts: 11

I have not able to see propctl property of the queue in process server admin console. Where else we can set this property. We are using SMO mediation to place the message to queue. Thanks in advance.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Apr 17, 2013 3:10 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20695
Location: LI,NY

prithvik wrote:
Thank you very much for reply. We are not using JMS any way will try this option

What do you mean you are not using JMS? How else are you getting the message off the queue?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
prithvik
PostPosted: Wed Apr 17, 2013 3:14 am    Post subject: Reply with quote

Novice

Joined: 17 Apr 2013
Posts: 11

we are using MQ not JMS.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Apr 17, 2013 3:18 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20695
Location: LI,NY

prithvik wrote:
we are using MQ not JMS.

From within a J2EE app server?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
prithvik
PostPosted: Wed Apr 17, 2013 3:23 am    Post subject: Reply with quote

Novice

Joined: 17 Apr 2013
Posts: 11

in websphere process server , we configured the queues.., these queues are maintained by external vendor. they not process MQRFH2 headers,
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Apr 17, 2013 3:30 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20695
Location: LI,NY

prithvik wrote:
in websphere process server , we configured the queues.., these queues are maintained by external vendor. they not process MQRFH2 headers,

You can suppress the RFH header in JMS by passing the destination information in URI form:
queuename = "queue://qmgrname/qname?targetClient=1" or
queuename = "queue:///qname?targetClient=1"

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
prithvik
PostPosted: Wed Apr 17, 2013 3:37 am    Post subject: Reply with quote

Novice

Joined: 17 Apr 2013
Posts: 11

do not take me wrong... where we need to set this ? is it possible to set to SMO ?
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Apr 17, 2013 5:04 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Show us the code that is creating and sending the message.
Back to top
View user's profile Send private message
vmcgloin
PostPosted: Wed Apr 17, 2013 5:06 am    Post subject: Reply with quote

Knight

Joined: 04 Apr 2002
Posts: 560
Location: Scotland

prithvik wrote:
do not take me wrong... where we need to set this ? is it possible to set to SMO ?

Not in the SMO (service message object) but instead in WAS where you configure the outbound queue name.
Back to top
View user's profile Send private message
prithvik
PostPosted: Thu Apr 18, 2013 10:40 pm    Post subject: Reply with quote

Novice

Joined: 17 Apr 2013
Posts: 11

This issue is solved and the solution is we added the property contextPropagationEnabled="false"

in the MQImport

<esbBinding xsi:type="MQ:MQImportBinding" contextPropagationEnabled="false">

Thanks all for your suggestion
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Process Server (WID/WPS/WAS+) » MQHRF2 header is coming
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.