Author |
Message |
Topic: Processing multiple message from Message listener(HELP) |
subhendu
Replies: 0 Views: 1572
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 20, 2002 6:03 am Subject: Processing multiple message from Message listener(HELP) |
Hi,
I am using a startup servlet for registering my listener to queue. So when a message appears in queue it processes it. But if more than one message appears in the queue it processes sequentiall ... |
Topic: Urgen Help MQ JMS in Websphere |
subhendu
Replies: 3 Views: 3683
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 08, 2002 2:31 pm Subject: Urgen Help MQ JMS in Websphere |
My object implement serealizable. It works if i am keeping the object in application server classpath. |
Topic: Urgen Help MQ JMS in Websphere |
subhendu
Replies: 3 Views: 3683
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 08, 2002 7:10 am Subject: Urgen Help MQ JMS in Websphere |
I am using MQ series 5.2 with support pak MA88 to
access queues.I am starting the listeners from a start up servlet running under Websphere 3.5. I am using the WS namspace to store the JMS object ... |
Topic: Using MQSimpleConnectionManager |
subhendu
Replies: 0 Views: 2508
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 15, 2002 6:34 am Subject: Using MQSimpleConnectionManager |
Hi,
In one of my class i am connecting the same mq for four times for different work. So i am thinking of using MQSimpleConnectionManager class. I am creating new MQSimpleConnectionManager in that cl ... |
Topic: Connection Pool |
subhendu
Replies: 1 Views: 2600
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 12, 2002 1:09 pm Subject: Connection Pool |
I was trying to use connection pool given by MQ base java.But beforre that i tried to connect same queue manager twice in a application without pooling. The first connection took 300 ms to connect and ... |
Topic: MQ JAva listener |
subhendu
Replies: 7 Views: 8229
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 12, 2002 7:43 am Subject: MQ JAva listener |
The message does not come always. Message comes and then may be for some time there will be no message.Making loop ,will it not be performance problem?
FOr example some application will put a messag ... |
Topic: JMS Message listener |
subhendu
Replies: 5 Views: 3816
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 12, 2002 7:39 am Subject: JMS Message listener |
I am using ejb1.1, so i can not use MDB. |
Topic: JMS Message listener |
subhendu
Replies: 5 Views: 3816
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 12, 2002 7:08 am Subject: JMS Message listener |
I want to call the message listener in the start up servlet. So that when a message arrives it will be taken care as servlet instance is running always.
IS this approach is correct ?? Can i achieve ... |
Topic: MQ JAva listener |
subhendu
Replies: 7 Views: 8229
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 12, 2002 6:28 am Subject: MQ JAva listener |
The message comes to queue asynchronously. That means message comes to the queue when user from online system submits some thing.So it is totally asynchronous.In this case if i have a jms listener the ... |
Topic: MQ JAva listener |
subhendu
Replies: 7 Views: 8229
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 11, 2002 4:44 pm Subject: MQ JAva listener |
my concern is using JMS i can define a MessageListener so that when a message arrives it will trigger the onmessage method of listener.
So is there such type of implementation in MQ base java clas ... |
Topic: Architecture for communicating J2ee Application With Mainfra |
subhendu
Replies: 10 Views: 6502
|
Forum: General IBM MQ Support Posted: Mon Mar 11, 2002 4:40 pm Subject: Architecture for communicating J2ee Application With Mainfra |
Hi jfluitsm
Could you give me some more detail what you talking about ,so that i can consider this option as well.
Thanks,
Subhendu |
Topic: MQ JAva listener |
subhendu
Replies: 7 Views: 8229
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 11, 2002 12:58 pm Subject: MQ JAva listener |
Hi i want to implement a Messagelistener Using MQ Pure JAva. I know Using JMS it can be done. But i want to use MQ java due to some restriction.
That means as soon as message arrives in the queue my ... |
Topic: Receiving message from Queue |
subhendu
Replies: 1 Views: 1894
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 07, 2002 2:59 pm Subject: Receiving message from Queue |
I want to receive message from a queue in my web application. The message being stored in a queue by some different application. I want to pick up the message when the message arrives in that queue.
... |
Topic: Architecture for communicating J2ee Application With Mainfra |
subhendu
Replies: 10 Views: 6502
|
Forum: General IBM MQ Support Posted: Thu Mar 07, 2002 9:43 am Subject: Architecture for communicating J2ee Application With Mainfra |
Basically i want to know how to design the Listener. I want to make one connection and reuse that connection rathere than creating individual connection for each request.
Any Idea? |
Topic: Architecture for communicating J2ee Application With Mainfra |
subhendu
Replies: 10 Views: 6502
|
Forum: General IBM MQ Support Posted: Thu Mar 07, 2002 7:21 am Subject: Architecture for communicating J2ee Application With Mainfra |
We have designed in a way so that user need not to wait for the data transfer. So we thought we will store the data in web domain database and later transfer it to Mainframe in a asynchronous manner.
... |