Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lecmns
  • Content: Threads
  • Order by date
  1. lecmns

    Genuine EJB Doubts

    Guys, one doubt.. in a Container managed Entity Bean, can we switch the datasource runtime? looks impossible but is there a way out? or can we do this atleast in a Bean managed Entity Bean? are there any merits / demerits for this kind of approach ? I have a table 'A' in three mahcines...
  2. lecmns

    msg not reaching Queue?

    folks.. help me out.. I am thoroughly confused.. let me explain my set up.. I have two machines 'A' and 'B'. 'A' is an application server (Weblogic 6.1 on NT) 'B' is an NT machine with MQSeries 5.2 I have an stateless session bean in 'A' who uses a class that extends the JMS...
  3. lecmns

    folks.. help me out.. I am

    folks.. help me out.. I am thoroughly confused.. let me explain my set up.. I have two machines 'A' and 'B'. 'A' is an application server (Weblogic 6.1 on NT) 'B' is an NT machine with MQSeries 5.2 I have an stateless session bean in 'A' who uses a class that extends the JMS...
  4. lecmns

    MQJMS2002E failed to get message from MQ queue

    -------------------------------------------------------------------------------- Folks.. I am stuck with another problem. I have nearly 5000 messages coming into the queue. I have only one listener instance listening on the queue from server side to process it. I do spawn up threads inside...
  5. lecmns

    sample code for cluster

    fOlks.. I am trying to do is write a program (in Java) that will do put / get operation on a clustered queue. I don't know who this has to be done.. I searched the net quiet a bit, but found nothing helpful so far to start something on coding.. Can anybody help me with some sample code to...
  6. lecmns

    about Listeners

    folks.. it's about listeners.. how do we set time out for a message listener? can we do that? if not, will a message listener ever time out? I want one message listener getting any message from a queue but then routing it to different message processors. Hope you got my requirement. So...
  7. lecmns

    Clustering MQ

    fOlks.. Have any of you tried clustering the MS Servers on NT? I have the service pak 6 installed and MQ version 5.2. Whenever I try to create a slueter with a local queue manager and a remote Queue manager, it fails saying either that "Access not authorized, You are not authorized to...
  8. lecmns

    Http request manipulation

    Hi, me a fresher in this language.. but got some low level doubts.. please help me out.. I want to check if there's a cookie with the name 'x' in the HttpRequest retrieved. If yes, I want to check the value of a parameter which is set inside the same cookie. How do I do this? Do I get...

Part and Inventory Search

Back
Top