Author |
Message |
Topic: Setting MessageID using JMS |
viswasg
Replies: 2 Views: 4968
|
Forum: IBM MQ Java / JMS Posted: Mon May 06, 2024 3:02 am Subject: Setting MessageID using JMS |
Hello,
We are trying to sending a message from a Java base application using JMS. There is a need to set a custom ID to the Message ID filed in MQMD while sending the message to the queue. Please ... |
Topic: Setting MQMD.UserIdentifier using JMS |
viswasg
Replies: 1 Views: 3137
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 08, 2008 8:35 am Subject: Setting MQMD.UserIdentifier using JMS |
Hi,
We have an application which uses JMS to connect to MQ and put the message onto the queue. Though we use the required JMS API to set the UserIdentifier to a particular value, we see that the sa ... |
Topic: Repository Queue Damaged |
viswasg
Replies: 4 Views: 7842
|
Forum: General IBM MQ Support Posted: Wed Dec 14, 2005 5:10 pm Subject: Repository Queue Damaged |
Hi,
I am unable to start a queue manager and on checking the logs I found the following error:
AMQ7472: Object SYSTEM.CLUSTER.REPOSITORY.QUEUE, type queue damaged.
EXPLANATION:
Object SYSTEM ... |
Topic: Extract CDATA Value from XML |
viswasg
Replies: 2 Views: 2095
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 14, 2005 3:08 pm Subject: Extract CDATA Value from XML |
Hi Jeff,
I havent tried using VALUE, but found the solution.
We need to cast the parsing xml value to character i.e,
CAST(InputRoot.XML.Test.CTag AS CHARACTER).
This would retrieve only Te ... |
Topic: Extract CDATA Value from XML |
viswasg
Replies: 2 Views: 2095
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 11, 2005 11:06 am Subject: Extract CDATA Value from XML |
Hi,
I am trying to extract CDATA value from XML, wherein I want only the value in the CDATA to be retrieved. In the following XML
<?xml version="1.0" encoding="UTF-8"?>
<Test>
<C ... |
Topic: Parsing Message with mixed Data |
viswasg
Replies: 2 Views: 1847
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 26, 2004 1:01 am Subject: Parsing Message with mixed Data |
Thanks,
The link surely helped, will try to apply the same logic and see how it works out for me..!!!
Regards,
Viswas |
Topic: Parsing Message with mixed Data |
viswasg
Replies: 2 Views: 1847
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 25, 2004 7:35 am Subject: Parsing Message with mixed Data |
Hi,
How can I parse a message having a mixed formats data like
FixedLength String + XML + MRM.
Can this be achieved by taking the message as BLOB or a MRM? What kind of parser can be invoked ... |
Topic: Multiple MQ Triggering |
viswasg
Replies: 2 Views: 2188
|
Forum: General IBM MQ Support Posted: Tue Jan 20, 2004 2:04 am Subject: Multiple MQ Triggering |
Hi,
I have a triggered queue which has a initiation queue and is responsible for starting a application.
The trigger is set for FIRST. Hence I expect only one instance of an application running ... |
Topic: Neon Rules and Formats in WMQI |
viswasg
Replies: 3 Views: 2542
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 03, 2003 7:20 am Subject: Neon Rules and Formats in WMQI |
Hi guys,
Thank you very much for the response.
There are a few thing which you need to consider while using Neon Rules and Formats on Ver2.1.
Some things to note
1. You need to start the b ... |
Topic: Neon Rules and Formats in WMQI |
viswasg
Replies: 3 Views: 2542
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 15, 2003 4:52 am Subject: Neon Rules and Formats in WMQI |
Hi,
We have some Neon rules and formats coded in the MQSI Ver2.0 environment using the Neon Nodes.
We need to move the same to MQSI Ver2.1.
Are there any compatiblity issues when we are promot ... |