Author |
Message |
Topic: JMS Publish/Subscribe and MQSI |
saxofun
Replies: 2 Views: 3236
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 14, 2002 7:27 am Subject: JMS Publish/Subscribe and MQSI |
Hello together
Is there a possibility to code a publish/subscribe JMS-Application
that isn't using JNDI? When yes, is there a howto around?
My second Problem is, that I found many howtos with ... |
Topic: Messagefilter |
saxofun
Replies: 2 Views: 2579
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 06, 2002 5:13 am Subject: Messagefilter |
Hello together
Is it possible to receive messages from a queue only for a given
correlationID ? I got the following problem. I want to write a
method like this public String getMessage(String cor ... |
Topic: MQSeries and DB |
saxofun
Replies: 0 Views: 1496
|
Forum: General IBM MQ Support Posted: Fri Aug 02, 2002 4:51 am Subject: MQSeries and DB |
Me again
Okay, there's no problem to put sql-statement in a message
and receive this message to execute those statements on the
db. And there is also no problem with transaction security
w ... |
Topic: Database operations with MQI |
saxofun
Replies: 2 Views: 2503
|
Forum: General IBM MQ Support Posted: Wed Jul 31, 2002 5:22 am Subject: Database operations with MQI |
Hi again
First of all -> thanx for the last fast answers on my last topic.
My Problem:
I want to send SQL-Queries within MQ-Messages to work
with a database. To solve this problem I want t ... |
Topic: SQL Queries through MQ |
saxofun
Replies: 2 Views: 3051
|
Forum: General IBM MQ Support Posted: Tue Jul 30, 2002 4:19 am Subject: SQL Queries through MQ |
Hello together
I want to send SQL-Queries (transaction safe) within
a MQ-Message to another server behind a firewall
because it's the only way to bypass the firewall.
Is there a mechanism in MQ ... |