Author |
Message |
Topic: persist MQSeries messages to Oracle |
pepgrifell
Replies: 8 Views: 5744
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 26, 2004 11:56 pm Subject: persist MQSeries messages to Oracle |
MQ persitent messages are stored in files where MQSeries is installed. Do you know if instead of saving the messages in files it´s possible to save them in db (oracle) ? |
Topic: persist MQSeries messages to Oracle |
pepgrifell
Replies: 8 Views: 5744
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 26, 2004 2:40 am Subject: persist MQSeries messages to Oracle |
Hi,
I have a local MQ queue that receives messages from a remote MQ queue. A MDB is listening the local MQ queue. I would like to know if messages that arrive to local queue can be persited to Orac ... |
Topic: message put in remote queue goes to dead letter queue (2085) |
pepgrifell
Replies: 6 Views: 6291
|
Forum: General IBM MQ Support Posted: Wed May 19, 2004 12:24 am Subject: fixed |
Hi,
I´m sorry guys to make you lose some time. Like a lot of times, the mistakes are due to human mistakes ... and this one is not the exception.
The app. is a java web app. that is connecting ... |
Topic: message put in remote queue goes to dead letter queue (2085) |
pepgrifell
Replies: 6 Views: 6291
|
Forum: General IBM MQ Support Posted: Tue May 18, 2004 8:47 am Subject: message put in remote queue goes to dead letter queue (2085) |
Hi,
I have a QM (ENT9995) in linux reh hat 8 and another in AIX (AIXI004).
I have defined a channel and a xmitq queue to transfer messages from AIXI004 to ENT9995. Queue and channels definition :
... |
Topic: why messages sent to xmtq go to dead letter queue ? |
pepgrifell
Replies: 4 Views: 3808
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 07, 2004 7:23 am Subject: solved |
The "expert" in MQSeries (the guy who creates the queues and channels) told me that all the queues and channels were defined exactly equal in integration and production, but now has seen that he forgo ... |
Topic: why messages sent to xmtq go to dead letter queue ? |
pepgrifell
Replies: 4 Views: 3808
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 07, 2004 5:24 am Subject: why messages sent to xmtq go to dead letter queue ? |
Sorry, I was wrong. I have defined a remote queue :
DEFINE QREMOTE(Q.0001.FRONTEND.R) RNAME(ENTEST2.FRONT.ASYNC.RECEPCION) XMITQ(ENTEST2) +
DEFPSIST(YES) RQMNAME(ENTEST2)
DEFINE QALIAS(Q.0001 ... |
Topic: why messages sent to xmtq go to dead letter queue ? |
pepgrifell
Replies: 4 Views: 3808
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 07, 2004 12:41 am Subject: why messages sent to xmtq go to dead letter queue ? |
hello,
I have an application that access mqseries via jms and MDB´s. My application runs in jboss 3.2.3. I found a document to allow MDB´s access mqseries queues (http://sourceforge.net/tracker/i ... |
Topic: max number of queues in Queue Manager |
pepgrifell
Replies: 3 Views: 2545
|
Forum: General Discussion Posted: Wed Feb 04, 2004 6:33 am Subject: max number of queues in Queue Manager |
Well, that´s a view of the application:
we are building an application that will receive message from all the banks about personal loans. A bank sends a message to a mqseries queue. A middleware s ... |
Topic: max number of queues in Queue Manager |
pepgrifell
Replies: 3 Views: 2545
|
Forum: General Discussion Posted: Wed Feb 04, 2004 6:09 am Subject: max number of queues in Queue Manager |
Hi,
I´m quite new to MQSeries nad read some documents but I cannot find an answer to this question :
I have one application replicated in 3 servers. I have created 3 queue managers and each one ... |
Topic: view a queue manager (and queues) from AIX in MQExplorer |
pepgrifell
Replies: 5 Views: 3219
|
Forum: General Discussion Posted: Tue Dec 16, 2003 6:15 am Subject: view a queue manager (and queues) from AIX in MQExplorer |
Thanks Vicky,
I was in Scotland for 2 years studying in Aberdeen University. Scotland is really beautiful but I missed the good weather of Barcelona  |
Topic: view a queue manager (and queues) from AIX in MQExplorer |
pepgrifell
Replies: 5 Views: 3219
|
Forum: General Discussion Posted: Tue Dec 16, 2003 4:53 am Subject: view a queue manager (and queues) from AIX in MQExplorer |
Hello,
I´m quit new in MQseries. I have a MQSeries installed in AIX but don´t have access to it. I would like to know if I can do a connection via TCP (maybe using MQExplorer) to the Queue Manage ... |
Topic: connect mqseries transmission queue with a JBoss queue |
pepgrifell
Replies: 4 Views: 3042
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 13, 2003 7:28 am Subject: connect mqseries transmission queue with a JBoss queue |
Do you know if there is any open source bridge program ?
Thanks ! |
Topic: connect mqseries transmission queue with a JBoss queue |
pepgrifell
Replies: 4 Views: 3042
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 13, 2003 6:18 am Subject: connect mqseries transmission queue with a JBoss queue |
Yes, I´m using them.
The transmission queue is defined like this in the remote app :
DEFINE QREMOTE(ENTEST2.FRONT.ASYNC.ENVIO) RNAME(Q.0001.L) +
XMITQ(FRONTEND) DEFPSIST(YES) RQMNAME(FRONTE ... |
Topic: connect mqseries transmission queue with a JBoss queue |
pepgrifell
Replies: 4 Views: 3042
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 13, 2003 1:50 am Subject: connect mqseries transmission queue with a JBoss queue |
Hi,
My application (Ap1)has mqseries with some queues defines. These queues send and receive messages to/from a remote application (Ap2). Ap2 has mqseries as well. Ap2 has a queue defined as a tran ... |