Does anyone know of available Javadoc for Tibco rvd datagrams (specifically, class "com.tibco.tibrv.TibrvMsg")? It is not hard to decompile classes to get signatures, but that does not tell a lot about expected optimal usage and such.
All I need is simple read/write functionality for interoperability purposes, but ideally using recommen...
I am attempting to put a potentially large string into a rendezvous message and was curious about size constraints. I understand there is a physical limit (64mb?) to the message as a whole, but I'm curious about how some other variables could affect it. Specifically:
How big the keys are?
How the string is stored (in one field vs. mult...
Hi all,
I have a inter-op problem probably because of a bug in axis2.
in my case axis2 is server and Tibco is client.
Problem is axis2 adds a "type" attribute to "return" element.
<ns:return type="com.xx.GetGroups_Response">
and this attribute is undefined in wsdl
<xs:element minOccurs="0" name="return" nillable="true" type="ax28:Ge...
I am trying to use assertJsxTextEqual in my GiTak test case, however it always returns false for a test that should be true.
Here is my Test row.
<tr>
<td>assertJsxTextEqual</td>
<td>searchErrorMessageBlock</td>
<td>Error</td>
</tr>
The name searchErrorMessageBlock works as with another name a different error is shown abou...
Hi
I am new to tibco world.. i have no idea what it does .. i know that it is a middleware..
and i have to write a Java Adapter Class which can connect to Tibco, after connection is established i want to communicate to it by passing messages.
So can any one provide me some guide where i can understand the following and what i need to ...
Hi I am creating a windows service which connects to 5 queues. The logic is it has only one handler for summary queue which get the message stating how many message should I be getting from rest of 4 queues.
Once message is received in summary I go and browse using queue browser and it works perfect only for one time next time it doesn...
I am developing a process that will read and send an image in an e-mail.
This image is a folder within this process.
The problem is: how do I get the path where the process is running?
Something like a
'Server.MapPath'
that returns the image path in the File System.
Thanks in advance.
...
I am developing a process that will read and send an image in an e-mail. This image is a folder within this process.
The problem is: how do I get the path where the process is running?
Something like a 'Server.MapPath' that returns the image path in the File System.
Thanks in advance.
...
Hi,
The system we are building is receiving data through the external feed. Our job is to distribute this data to multiple services, run the calculations and forward the results elsewhere - typical publisher-subscriber situation. What we need is a very low latency messaging. We don't need to persist the messages like MSMQ.
Is RabbitMq ...
I'm working on an integration project where I'm talking to JMS framework using TIBCO .Net client.
A colleague is recommdending a design decision based on a fear of receiving too many messages suddenly in a way that our application can't handle it. We are using Asynchronous mode while receiving messages. I'm new to that topic so I couldn'...
While using the .Net client TIBCO EMS, How to monitor outgoing messages from my .Net Tibco client?
I'm going to send Application-level, not jms-level, acknowlegements and replies.
How can I tell If the application sent them or not? If the client failed to send a message will it throw an exception or store the message to try again later...
I'm trying to publish a XML message using the tibco adb adapter which monitors a table.
There is a column in the table that stores a date as a long value in milliseconds- Is there a way we can convert this long value to a date as a part of the XML marshalling ?
-tia
...
I need to develop a generic entry point for tibco business works based on convention over configuration. Common wsdl that maps our internal complex data model schema in the form of key value approach. I need to develop a palette element that accepts requests and map them in a AESchema objects inside. I have searching about this kind of d...
The following code snippet attempts to create a Tib DaemonManager connecting to a particular rvd, and then query for that rvd's services.
public static void main(String[] args) throws RuntimeException {
DaemonManager daemonManager = new DaemonManager("http://foo.com:7580");
if(daemonManager.getDaemonType() == DaemonManager.RVD) ...
Folks,
I am with the following error when trying to start an instance of the Publish ActiveDatabase.
I'm using Designer 5.7.2 and trying to access a database of SqlServer 2008.
Someone saw this error before? I don´t find any reference in Google or other sites!
Adaptador_M2M.Adaptador_M2M Error [Adapter] AEADB-910005
Startup Error. S...
Folks,
I am with the following error when trying to start an instance of the Publish ActiveDatabase. I'm using Designer 5.7.2 and trying to access a database of SqlServer 2008.
Someone saw this error before? I don´t find any reference in Google or other sites!
Adaptador_M2M.Adaptador_M2M Error [Adapter] AEADB-910005
Startup Error. S...
Process A is calculating values for objects a1, a2, a3 etc. and is sending results to the middleware queue (RabbitMQ). Consumers read the queue and process these results further.
Periodically process A has to send a snapshot of these values, so consumers could do some other calculations. Values for these objects might change independent...
Does anyone know what unit testing tools are available when developing Tibco processes?
In the next few months I'll be working on a Tibco project and I'm trying to find any existing unit testing frameworks that might make the job easier to build with a TDD approach.
Thus far, the only one I've been able to locate is called BWUnit. It s...
Hi.
Now I have java code which starts tibco jms subscription with several steps:
Properties props = new Properties();
props.put("java.naming.provider.url", namingProvider);
props.put("java.naming.factory.initial", namingFactory);
props.put("java.naming.referral", namingReferral);
props.put("java.naming.se...
Hi, I use Spring-configured jms template with tibco jms library.
I get jms connection factory and topic with JNDI and these objects are not null. But when I try to send message or add listener I get this exception:
For listener:
Exception in thread "main" org.springframework.jms.InvalidDestinationException: Can not send into foreign de...