Whats the difference between publish by value and publish
by referrence
Answers were Sorted based on User's Feedback
Answer / giri
In publish by value, all the data will be copied from main
table to P table..where as in publish by reference only the
reference will be copied.
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / sreeanth
in publish by value the source table may or may not have primary key
in publish ref table must have primary key
| Is This Answer Correct ? | 5 Yes | 0 No |
If there are Senders who are sending messages on a queue. And these messages are not yet received by the consumers. They are still lying in the server. But before the consumers could receive the message the server went down. Since they are persistent messages, they are saved. But when secondary comes up how will the secondary server will get the message because it’s a different machine. How will it get the messages which are with the Primary server?
What is the purpose of $_error variable ?
What is the difference between Waitfor JMS queue Message and GetJMS queue message activity. Also pls reply in terms of performance
If I start multiple instances of the same process(which is listening on a queue), will I have multiple receivers on a queue ?
What is the functionality of the retrieve resources resource?
When used Persistent mode, where are you Persisting the data?
How do wait-notify resources work ?
What is difference between scripted deployment and normal deployment?
I want to learn TIBCO? I have 4+ years of IT Exp in iSeries. But, i am interested in learing the TIBCO. Could anybody suggest..?
how to create a directory using external command activity in BW? can u please tell the cmd?
What are the uses of grouping activities ?
What are the possible error output's of read file activity?