tibco

Weblogic EJB connection to external Tibco EMS JMS Queue

半城伤御伤魂 提交于 2019-12-01 00:34:49
I'm trying to connect a Weblogic (10.3) MDB to a Tibco EMS JMS queue. I've read from the queue using a simple Java/Spring JNDI connection so I know the foreign JNDI lookup names are valid. My WL foreign server details: JNDI Initial Context Factory: com.tibco.tibjms.naming.TibjmsInitialContextFactory JNDI Connection URL: tcp://ems-dit-am-uat-1.app.xxx.net:30055 JNDI Properties: java.naming.factory.initial=com.tibco.tibjms.naming.TibjmsInitialContextFactory java.naming.provider.url=tcp://ems-dit-am-uat-1.app.xxx.net:30055 java.naming.security.principal=rdsuat java.naming.factory.url.pkgs=com

How to share messages, published on Topic, between multiple VMs, in Spring Jms Tibjms

扶醉桌前 提交于 2019-11-30 23:49:59
My application is consuming messages published to a Topic. I have 3 servers where my application code is running. With current implementation, the messages is distributed to all running VMs i.e. copy of message is received by every consumer. My requirement is that every consumer should receive distinct message i.e. no two consumer should get same message. Below are the libraries I am using: spring jms 4.2.7 Java jms 2.0 tibco jms 8.0 wildfly-swarm as server Currently I have following configuration : TibjmsConnectionFactory factory = new TibjmsConnectionFactory("server-url"); factory

How to show the top 10 column values in Spotfire

大城市里の小女人 提交于 2019-11-30 19:12:00
问题 I need to show top 10 values using Spotfire. I googled lot but I could not find the best solution. I followed this tutorial: Creating a Dynamic Top Ten Chart but did not find success. How can I do this? 回答1: How to limit a visualization by the top 10 values: There are 2 ways you could do this. I will list them both with pros/cons. Method 1 - Visualization Level Open your visualization's properties and go to the Data tab. Select "Edit..." under "Limit data using expression:" and include the