Author |
Message |
Topic: Using MQSeries on DB2 |
crojas
Replies: 1 Views: 2539
|
Forum: General IBM MQ Support Posted: Wed Mar 01, 2006 2:04 pm Subject: Using MQSeries on DB2 |
Does anyone knows how can i find information about using MQSeries from DB2 procedures?
Also, i need to know the main steps to configurate the environment. |
Topic: Establishing connection to Queue Manager in Solaris |
crojas
Replies: 3 Views: 3750
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 14, 2004 1:18 pm Subject: Establishing connection to Queue Manager in Solaris |
It worked.
The problem was the LD_LIBRARY_PATH, it needed the export command. Some process outside mi shell needed the variable.
Does anyone know what happened? |
Topic: Establishing connection to Queue Manager in Solaris |
crojas
Replies: 3 Views: 3750
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 14, 2004 11:52 am Subject: Establishing connection to Queue Manager in Solaris |
I'm trying to establish a connection to a Queuemanager in Solaris enviroment. I tested my application on a Windows system successfully.
But in Solaris i get the next error:
Exception in thread " ... |
Topic: Reason code 2372, no database involved |
crojas
Replies: 2 Views: 2208
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 14, 2004 11:24 am Subject: Reason code 2372, no database involved |
You were right, i were mistaked, beacause i only need to get the message with the SYNCPOINT Option.
Thanks. |
Topic: Reason code 2372, no database involved |
crojas
Replies: 2 Views: 2208
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 13, 2004 3:36 pm Subject: Reason code 2372, no database involved |
I'm getting reason code 2372 when trying to begin a transaction. I'm connecting in bindings mode to the QueueManager, my app is standalone, it has to get a message from a queue and call an EJB (Requir ... |
Topic: How do i setup a Connection Pool in WebLogic? (Not JMS) |
crojas
Replies: 0 Views: 1509
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 17, 2003 9:12 am Subject: How do i setup a Connection Pool in WebLogic? (Not JMS) |
I need to setup a connection Pool using MQSeries for Java API. I need to put messages in MQ Queues, not JMS.
Reading about connection pools in MQSeries for Java Manual, it always refer to an applic ... |
Topic: XML root copy from InputRoot |
crojas
Replies: 4 Views: 3495
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 19, 2002 6:15 am Subject: XML root copy from InputRoot |
That was exactly what i want to do, i didn't know that you can use '*' in the OutputRoot.
Thanks |
Topic: XML root copy from InputRoot |
crojas
Replies: 4 Views: 3495
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 18, 2002 7:56 am Subject: XML root copy from InputRoot |
Yes, but i have messages that can change, i mean trx1 could be trx2 and so on. |
Topic: XML root copy from InputRoot |
crojas
Replies: 4 Views: 3495
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 18, 2002 7:07 am Subject: XML root copy from InputRoot |
I want to copy an child from InputRoot.XML to the root of the OutputRoot, but when i do the next:
SET OutputRoot.XML = InputRoot.XML.trx.trx1;
It uses the 'XML' tag as root, how do i do it? |
Topic: MQSeries v5.2 on Sun Solaris |
crojas
Replies: 1 Views: 2436
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 11, 2002 6:12 am Subject: MQSeries v5.2 on Sun Solaris |
I have 2 questions:
1. I have one QueueManager in a Sun Solaris 8 machine, i want to define another QueueManager, what are the right kernel parameters for this configuration based on the minimum re ... |
Topic: Low performance |
crojas
Replies: 1 Views: 2273
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 04, 2002 4:07 pm Subject: Low performance |
I'm using MQSeries v5.2 (CSD03 or 04) in Sun Solaris v2.8 and the client for Java.
I have an applicaction that wasnpt enough fast to process my requirements, so i run another instance, but it's goi ... |
Topic: MQSeries Integrator and WebLogic |
crojas
Replies: 0 Views: 1839
|
Forum: IBM MQ Java / JMS Posted: Fri May 31, 2002 8:41 am Subject: MQSeries Integrator and WebLogic |
I have a server with MQSeries Integrator v2 and another with WebLogic 6.1.
What's the best way to integrate both environments? I think i can use two MQSeries Servers, and use JMS inside WebLogic. ... |
Topic: Max number or handlers |
crojas
Replies: 1 Views: 2541
|
Forum: IBM MQ Java / JMS Posted: Thu May 09, 2002 2:37 pm Subject: Max number or handlers |
I have an application in Java that must answer to the ReplyToQ, but i'm having problem after a while running, it gets me a Reason Code 2017 (No more handlers available). But for every response i open ... |
Topic: How to delete old messages |
crojas
Replies: 5 Views: 5400
|
Forum: General IBM MQ Support Posted: Wed Apr 24, 2002 12:49 pm Subject: How to delete old messages |
I think you have 2 options:
1.- Make applications using expity option to 5 days, so you don't have to mantain the system.
If you can't:
2.- Build a program that get a message using the BROWSE ... |
Topic: Clustering is not working for me.. :( |
crojas
Replies: 11 Views: 20433
|
Forum: Clustering Posted: Sat Apr 20, 2002 9:52 am Subject: Clustering is not working for me.. :( |
I had similar symptoms, i applied last CSD04 on MQSeries 5.2 and now is working.
try it. |