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 Mike Lewis 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: *

  1. lecmns

    MQ Load Balancing

    Guys.. let's make one thing very clear.. you can start a listener only on a physical queue.. ! not on the copy of a clustered queue. what I meant to say is.. suppose you have QMGR 1 and QMGR 2 clustered and you have a physical local queue 'Qa' created in QMGR 1. Now, there is no...
  2. lecmns

    Genuine EJB Doubts

    hey.. thankx to wushutwist and DixieFlatline for quick replies.. But I am talking about switching the data source at runtime and not at the deployment time. I know that by default every Entity Bean Deployment relates to one datasource which is then onwards kinda fixed. But I wanted to know...
  3. 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...
  4. lecmns

    Multiple client connections - how?

    If you are trying to connect to two Queuemanagers at the same time, are you doing this from different threads? The difference in conecntion comes in the QueueConnectionFactory. In short, your QCF is different for each of these QMGRs. So, you have to make another connection to connect to a...
  5. lecmns

    MQ Load Balancing

    Hi, as far as I know.. there is an algo available with the MQ already which does this round robin for messages coming to a cluster. What you require is a non repository queue manager also as part of the same cluster along with the other two queue managers. If you send a message to this Q...
  6. lecmns

    msg not reaching Queue?

    hey, the multi thread implementation is in the machine 'B' which is not an application server. so, there is no restriction. Yes, listener is a separate trhead for sure. Since I have a synchronous call imeplementation, I send a message from 'A' and wait for a response in 'A' with this...
  7. 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...
  8. 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...
  9. 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...
  10. lecmns

    sample code for cluster

    but I am using MQ JMS and I think there's some difference in putting message to a simple queue and a clustered queue because in a normal case, we need to mention the QueueManager name and Queue but in the clustered queue, we say the cluster name and queue only, right? this is just a doubt. I...
  11. 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...
  12. lecmns

    MQSeries v.5.2.1 & W2K with SP2

    buddy.. check up with the IBM site.. as far as I know, it should work without a ny probs on a windows 2000 box.. you require patches for Windows NT.. but not for W2K I geuss.. MNS lecMns B'lore
  13. lecmns

    How to attach file to MQSeries message

    hey chksi.. I too wanted the same info.. I went through the whole pdf file.. in search of MQ FTP.. and in page 144.. but found nothing to help me in this area.. r u sure about the file name? if yes, please help me, I couldn't find it.. if no, please help me there too.. :) I wanted the...
  14. 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...
  15. lecmns

    Clustering MQSeries

    Hi, you could set up the cluster? how did you do that? I too have a similar environment.. only difference is that I have a websphere (or a cluster of servers later on) from where I use JMS to put messages to an MQ Server queue (or a cluster here). But whenever I try setting up an MQ...
  16. lecmns

    How to get data from MQ to a flat file

    Guys.. why is this looking complicated? or may b I didn't get the prob correctly. You wil have a listener at the receiving end who listens to your queue and get the message outside. Once that's done, ie., once you have the actual data in your hands, it's up to you how to handle it from...
  17. 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...
  18. lecmns

    jms and mqseries

    try JMS classes, it's easy.. try MQ JMS APIs.. it's straight forward too, if you are still not getting anywhere, let me know. I'll see what we can do to it.. ok? MNS
  19. 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