Author |
Message |
Topic: MQRC 2030 / IBM MQ JMS / Message size > 1MB ?? |
xprezons
Replies: 2 Views: 7468
|
Forum: IBM MQ API Support Posted: Mon Jul 25, 2005 1:50 am Subject: MQRC 2030 / IBM MQ JMS / Message size > 1MB ?? |
Thanks for looking into this, fjb_saper.
I had the impression that 1 MB was too low a value to start playing with the JVM heap size, but now that you say, I shall try that too.
I couldn't put a ... |
Topic: MQRC 2030 / IBM MQ JMS / Message size > 1MB ?? |
xprezons
Replies: 2 Views: 7468
|
Forum: IBM MQ API Support Posted: Sun Jul 24, 2005 9:39 am Subject: MQRC 2030 / IBM MQ JMS / Message size > 1MB ?? |
Hi,
I have developed a Java Application (using IBM MQJMS) that is putting a binary message onto a remote queue. I am getting this error for messages over 1MB in size. Have done a successful put o ... |
Topic: Binary MQ Message on z/OS from a JMS Application |
xprezons
Replies: 6 Views: 14721
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Jul 10, 2005 2:22 pm Subject: Binary MQ Message on z/OS from a JMS Application |
Thanks all for your tips.
Silly, this didn't occur to me before.
Got it working as below:
UNIX Remote Q ---> zOS Alias Q ---> zOS RQ ---> UNIX Local
Hop-skip-jump ... message arri ... |
Topic: Binary MQ Message on z/OS from a JMS Application |
xprezons
Replies: 6 Views: 14721
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Jul 05, 2005 3:38 pm Subject: Binary MQ Message on z/OS from a JMS Application |
Always assuming that you are just using the z/OS QM as a "stepping stone"
Indeed, that's the point. This application is really small scale. Does not justify setting up direct queue links.
a ... |
Topic: Binary MQ Message on z/OS from a JMS Application |
xprezons
Replies: 6 Views: 14721
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Jul 05, 2005 2:30 pm Subject: Binary MQ Message on z/OS from a JMS Application |
Scenario:
Existing external link through z/OS MQ QM. Internal JMS App needs to send a binary message.
JMS App (BytesMessage) --> UNIX QM --> zOS QM --> Destination QM
Questi ... |
Topic: JMS Message sent to MQ Client |
xprezons
Replies: 8 Views: 8158
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 15, 2005 2:29 pm Subject: JMS Message sent to MQ Client |
Sample Code for anyone who is trying to do this >
/**
* Prepares and puts a message onto the queue.
* <p>
*
*/
private boolean putMessage() {
boolea ... |
Topic: ESQL editor for MQSI v2.1 |
xprezons
Replies: 7 Views: 5057
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2005 11:18 am Subject: ESQL editor for MQSI v2.1 |
If you are happy with *syntax highlighting* try saving the ESQL code in a text file and give it a .sql extension and then open it using jEdit. You should be happy with what you see.
jEdit has synta ... |
Topic: BackoutCount keep on increasing |
xprezons
Replies: 16 Views: 12054
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2005 12:24 am Subject: BackoutCount keep on increasing |
Thanks Maha. However, as I understand, MQInput node routes the message to the failure node in case of a validation failure, instead of the catch terminal.
Are you suggesting that I attach the error ... |
Topic: BackoutCount keep on increasing |
xprezons
Replies: 16 Views: 12054
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 16, 2005 11:40 am Subject: BackoutCount keep on increasing |
How should I go about designing my flow if I wanted to achieve the following:
1. Read off the messages on the Input Queue.
2. Validate the message. Make it throw an Exception in case of a failure. ... |
Topic: Common Message Model, Different wire formats - Parsing |
xprezons
Replies: 3 Views: 3334
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 13, 2005 11:35 am Subject: Common Message Model, Different wire formats - Parsing |
As long as the messages are all part of the same message set, and can be reasonably distinguished by the first few bits... the parser may be smart enough to do this for you.
Also, if the message pr ... |
Topic: Common Message Model, Different wire formats - Parsing |
xprezons
Replies: 3 Views: 3334
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 13, 2005 8:32 am Subject: Common Message Model, Different wire formats - Parsing |
Hi,
Is it possible to read messages from a *common* queue, wherein the messages have a common message model, but having different wire formats (i.e. CSV, Fixed length format)?
The only way, ... |
Topic: WMQI v2.1 - Solaris vs AIX |
xprezons
Replies: 4 Views: 3053
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 22, 2004 6:56 am Subject: WMQI v2.1 - Solaris vs AIX |
.. snip .. and moreover there is an issue on solaris on threading to run multiple instances of the message flow.
Thanks a lot for enlightening me . I checked back with the development team ... |
Topic: WMQI v2.1 - any performance improvements due to CSD 06/07? |
xprezons
Replies: 0 Views: 1493
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 22, 2004 3:30 am Subject: WMQI v2.1 - any performance improvements due to CSD 06/07? |
Hi All,
Has anybody measured / experienced any distinct performance improvement by deploying CSD 06/07?
I looked up the fixpack history at
http://www-306.ibm.com/software/integration/mqf ... |
Topic: WMQI v2.1 - Solaris vs AIX |
xprezons
Replies: 4 Views: 3053
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 21, 2004 8:18 am Subject: WMQI v2.1 - Solaris vs AIX |
.. snip .. and moreover there is an issue on solaris on threading to run multiple instances of the message flow.
Please could you post a link to this?
Thanks,
XP |
Topic: WMQI v2.1 - Solaris vs AIX |
xprezons
Replies: 4 Views: 3053
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 13, 2004 3:36 am Subject: WMQI v2.1 - Solaris vs AIX |
Hello gurus,
Although Solaris and AIX are flavours of UNIX, would there be tough issues to face if we move our applications running on WMQI from Solaris to AIX?
We have a unique situation, w ... |