Author |
Message |
Topic: Can we get persistence property of a queue with java apis |
pgovinda
Replies: 14 Views: 9050
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 25, 2009 3:12 pm Subject: Can we get persistence property of a queue with java apis |
oh ok .... sorry i wasnt quite sure by what the sentence meant because it started with a No
[No, but you could write an application that issuses PCF messages. I still ask why bother?]
I now real ... |
Topic: Can we get persistence property of a queue with java apis |
pgovinda
Replies: 14 Views: 9050
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 25, 2009 2:45 pm Subject: Can we get persistence property of a queue with java apis |
Sure ... I can code it to have persistent messages...but its not as simple since its a different team that puts the message on the queue...
Anyways ... the only responses I see here is that change ... |
Topic: Can we get persistence property of a queue with java apis |
pgovinda
Replies: 14 Views: 9050
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 25, 2009 2:23 pm Subject: Can we get persistence property of a queue with java apis |
Hi -
In our application, we have the user define the MQ Manager and the MQ Queue. And we just ask for the name of the qmanager and queue to which we need to put the message into.
Because some cus ... |
Topic: Can we get persistence property of a queue with java apis |
pgovinda
Replies: 14 Views: 9050
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 25, 2009 10:29 am Subject: Can we get persistence property of a queue with java apis |
Hello -
While defining MQ Queues, the user can specify the persistence type of the queue to be Persistent/Non-Persistent.
From our application we would like to get a hold of this property to ma ... |
Topic: Have MQ-Client. Is possible to connect to remote QM w/java? |
pgovinda
Replies: 6 Views: 5113
|
Forum: IBM MQ API Support Posted: Wed Mar 05, 2008 11:03 am Subject: Have MQ-Client. Is possible to connect to remote QM w/java? |
You could also potentially install MQIPT on machine B (see support packs) and have it reroute the traffic to A...
Enjoy
Thanks very much for the ideas. I am not sure what MQIPT is yet ... |
Topic: Have MQ-Client. Is possible to connect to remote QM w/java? |
pgovinda
Replies: 6 Views: 5113
|
Forum: IBM MQ API Support Posted: Tue Mar 04, 2008 6:10 pm Subject: Have MQ-Client. Is possible to connect to remote QM w/java? |
Hello -
Sorry the abstract is probably not so explanatory. I will try to explain the scenario, and I pretty much think that the answer to my question is "its not possible" ... but if any ... |
Topic: Do you need a MQ server installation to use the MQ Java apis |
pgovinda
Replies: 9 Views: 8275
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 04, 2008 5:50 pm Subject: Do you need a MQ server installation to use the MQ Java apis |
Thanks very much for all your opinions. I asked around and it looks like people using MQ for our application usually have CAF as well! So thats a good start  |
Topic: Do you need a MQ server installation to use the MQ Java apis |
pgovinda
Replies: 9 Views: 8275
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 28, 2008 5:39 pm Subject: Do you need a MQ server installation to use the MQ Java apis |
Thanks for the pointer.
I had to change the property to include the transport-type=MQSeries client.
And also previously since I constructed my Hashtable as a typed one (hashtable<string,string> ... |
Topic: Do you need a MQ server installation to use the MQ Java apis |
pgovinda
Replies: 9 Views: 8275
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 28, 2008 1:29 pm Subject: Do you need a MQ server installation to use the MQ Java apis |
Thanks for the response. When I meant its not realistic, I meant that our product management would think its not an out-of the box solution.
Our replication product uses MQ, and hence we already p ... |
Topic: Do you need a MQ server installation to use the MQ Java apis |
pgovinda
Replies: 9 Views: 8275
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 28, 2008 12:00 pm Subject: Do you need a MQ server installation to use the MQ Java apis |
Hello -
We are writing an application, that needs to connect to remote MQ's and retrieve data from them. Its not realistic that we will have a MQ client/server wherever our application is installed. ... |