Author |
Message |
Topic: Generating scripts .. |
jayk0120
Replies: 9 Views: 6747
|
Forum: IBM MQ Java / JMS Posted: Fri May 05, 2006 7:35 am Subject: Generating scripts .. |
do u know where can i find some such sample scripts for creating queues/managers. I have never written scripts before.
thanks in advance |
Topic: Generating scripts .. |
jayk0120
Replies: 9 Views: 6747
|
Forum: IBM MQ Java / JMS Posted: Sun Apr 30, 2006 10:20 pm Subject: Generating scripts .. |
Actually I meant that I wanted to write a script that kind of automated the creation of queue managers and queues(I mean I know I can manually create them using the WS Admin console)..I need a script ... |
Topic: Generating scripts .. |
jayk0120
Replies: 9 Views: 6747
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 28, 2006 7:03 am Subject: Generating scripts .. |
I was looking to find out how to create a script that can define queue managers and queues on WAS ..could you please let me know which resources I can look up to be able to do the same?
Thanks in a ... |
Topic: Aliases for queues |
jayk0120
Replies: 2 Views: 2198
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 15, 2006 12:00 pm Subject: Aliases for queues |
Is there a way to use of aliases on the queues. Right now we have a situation where we have multiple queues set up for each transaction/process that an application is processing.Basically, we’d lik ... |
Topic: MQ Event Triggering |
jayk0120
Replies: 14 Views: 9026
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 26, 2006 8:53 am Subject: MQ Event Triggering |
thanks for all ur replies so far.
I created an initiation queue and application queue..also i created a process object which points to the application but I am not sure if I m doing this correctly? ... |
Topic: MQ Event Triggering |
jayk0120
Replies: 14 Views: 9026
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 25, 2006 11:35 am Subject: MQ Event Triggering |
It is possible to use triggering to start a separate JVM that then called an EJB running in WAS.
Do you guys know where I can find an example of using triggering to do the above?
In fact any exa ... |
Topic: MQ Event Triggering |
jayk0120
Replies: 14 Views: 9026
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 25, 2006 12:21 am Subject: MQ Event Triggering |
Actually you are right...I want the triggering to invoke a java procedure/program(EJB) that lies within an application running under Websphere Application server.
Are you saying this is not possibl ... |
Topic: MQ Event Triggering |
jayk0120
Replies: 14 Views: 9026
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 24, 2006 10:03 am Subject: MQ Event Triggering |
Hi everyone..
I was wondering if there any way to configure MQ such that it can trigger an event on its own when it receives a message? That is, I do NOT want to use the MDB approach where a liste ... |
Topic: Non Destructible Reads!! Pl Help! |
jayk0120
Replies: 12 Views: 6876
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 13, 2005 1:12 pm Subject: Non Destructible Reads!! Pl Help! |
Hi Guys thanks for ur messages again..
Believe me, I m reading books on this subject and trying to look at all resources available..but have a very tight deliverable, so it really helps to get a ju ... |
Topic: Non Destructible Reads!! Pl Help! |
jayk0120
Replies: 12 Views: 6876
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 12, 2005 7:13 am Subject: Non Destructible Reads!! Pl Help! |
Thanks again for all your help guys..
Session session =conn.createSession(true, Session.AUTO_ACKNOWLEDGE);
// Here your normal code
// Than do not forget to commit or rollback
if (ok){
se ... |
Topic: Non Destructible Reads!! Pl Help! |
jayk0120
Replies: 12 Views: 6876
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 09, 2005 7:43 am Subject: Non Destructible Reads!! Pl Help! |
Thanks guys for the help..do you guys have any sample java code that i could look at?
Heres what we are trying to do:
We have 2 different application A and B which need to communicate using MQ. ... |
Topic: Non Destructible Reads!! Pl Help! |
jayk0120
Replies: 12 Views: 6876
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 08, 2005 11:33 pm Subject: Non Destructible Reads!! Pl Help! |
Hi Guys
I m new to the Wesbphere MQ 6.0 world..I need to implement this scenario...I want to make sure that after I read off the queue in MQ I do NOT want the message to be deleted from the queue ... |