Author |
Message |
Topic: RFH2 header - user folder - max length? |
Bartez75
Replies: 1 Views: 2941
|
Forum: General IBM MQ Support Posted: Mon Mar 30, 2015 12:41 am Subject: RFH2 header - user folder - max length? |
Hi
I can't find in the documentaiton what is the max length of the user folder?
Is there a limit for user folder?
Best regards
Bartek |
Topic: Pub/Sub - Pub set new MsgId |
Bartez75
Replies: 19 Views: 27154
|
Forum: General IBM MQ Support Posted: Wed Aug 14, 2013 2:25 am Subject: Pub/Sub - Pub set new MsgId |
The requirement is to send 1 msg. Publish it. Subscribers will receive it and then they will response with CorrelId = MsgId.
And yes, my feeling was that it is not a good idea but just want to chec ... |
Topic: Pub/Sub - Pub set new MsgId |
Bartez75
Replies: 19 Views: 27154
|
Forum: General IBM MQ Support Posted: Tue Aug 13, 2013 11:00 pm Subject: Pub/Sub - Pub set new MsgId |
Hi,
I understand that publishing to a topic sets a new MQMD.MsgId and that it is required to achieve decoupling from publisher and subscribers.
I just want to check if there is a way to disable rese ... |
Topic: How to edit message saved by rfhutil without loosing headers |
Bartez75
Replies: 13 Views: 15345
|
Forum: General IBM MQ Support Posted: Fri Dec 16, 2011 1:17 am Subject: How to edit message saved by rfhutil without loosing headers |
Workaround from Luke worked fine.
Thanks. |
Topic: How to edit message saved by rfhutil without loosing headers |
Bartez75
Replies: 13 Views: 15345
|
Forum: General IBM MQ Support Posted: Thu Dec 15, 2011 1:23 am Subject: How to edit message saved by rfhutil without loosing headers |
Hi,
How to edit message (body) saved by rfhutil without loosing headers information?
I want to add some data to the body of the mq message. The original message I have was got from queue in rfhut ... |
Topic: MQMD.ApplIdentityData when rfh2 header and Publish node used |
Bartez75
Replies: 2 Views: 2657
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 23, 2011 12:42 am Subject: MQMD.ApplIdentityData when rfh2 header and Publish node used |
Hi,
Could you please confirm that when rfh2 header is used in pub/sub scenario the MQMD.ApplIdentityData will be empty after message is put on the queue by Publish node?
Am I right on this?
Than ... |
Topic: RCD node Vs. Validate node |
Bartez75
Replies: 8 Views: 7667
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 20, 2010 4:11 am Subject: RCD node Vs. Validate node |
Or use a google search for:
"message broker version 6.0 infocenter" - to get info about version 6.0
"message broker version 6.1 infocenter" - to get info about version 6.1
... |
Topic: IBM WebSphere Message Broker Solution Development for v7 |
Bartez75
Replies: 1 Views: 2018
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 13, 2010 5:03 am Subject: IBM WebSphere Message Broker Solution Development for v7 |
Hi,
Does anyone know if there will be soon a new edition of test for IBM WebSphere Message Broker Solution Development?
Currently test 000-315 for v6.1 is available.
I'm wondering if this could c ... |
Topic: Accessing Environment in Java Compute Node |
Bartez75
Replies: 9 Views: 29513
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 02, 2010 2:05 am Subject: Accessing Environment in Java Compute Node |
I think you should call ....getGlobalEnvironment().getRootElement()
This will return you root element of Environment.
Then you have to get your element that you have saved in previous compute node ... |
Topic: Mapping |
Bartez75
Replies: 6 Views: 5251
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 24, 2010 7:20 am Subject: Mapping |
If you know ESQL then use it. If not then perhaps mapping is a good start.
I use always esql even if mapping is very simple because simply I don't feel comfortably with mapping node.
Since there ... |
Topic: extract xml from the mbelement |
Bartez75
Replies: 8 Views: 14232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 24, 2010 7:02 am Subject: extract xml from the mbelement |
Try to use something like
byte [] msgAsBytes = inMessage.getRootElement().getLastChild().toBitstream(null,null,null,0,ccsid,0);
String msgAsText = new String ... |
Topic: Last message in the group - value in MsgFlags |
Bartez75
Replies: 3 Views: 7055
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 03, 2010 8:25 am Subject: Last message in the group - value in MsgFlags |
Yes,
SET OutputRoot.MQMD.MsgFlags = MQMF_MSG_IN_GROUP || MQMF_LAST_MSG_IN_GROUP
will give 24 |
Topic: Last message in the group - value in MsgFlags |
Bartez75
Replies: 3 Views: 7055
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 02, 2010 2:49 am Subject: Last message in the group - value in MsgFlags |
HI,
When setting last message in group by:
SET OutputRoot.MQMD.MsgFlags = MQMF_LAST_MSG_IN_GROUP;
the actual value in MsgFlags is 16.
When this is done with rfhutil by checking Group [YES, LA ... |
Topic: Regex pattern error - broker 6.0 |
Bartez75
Replies: 7 Views: 6236
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 27, 2009 2:37 am Subject: Regex pattern error - broker 6.0 |
I have just removed '^' and it is validating now.
However I don't know if this is what they (sender application) want to have as a pattern so I will have to confirm this. |
Topic: Regex pattern error - broker 6.0 |
Bartez75
Replies: 7 Views: 6236
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 27, 2009 2:28 am Subject: Regex pattern error - broker 6.0 |
Hi
Here is a fragment that is interesting in that case of the Root and Exception List:
Root: (
(0x01000000):Properties = (
(0x03000000):MessageSet ... |