We all know using EJB MDB we can consume the messages through Pub/Sub or with P2P. When i saw the comparision usually according to JMS specification, Pub/Sub is using push model and P2P is using Pull model.
Is it true, can't i consume the P2P messages in MDB using push model?
我们应该做任何配置更改,还是
我正在为我的应用程序使用Jgroups,并运行一个简单的JGroups演示聊天应用程序,但无法通过外部网络运行该应用程序。
我使用这个命令来连接p2p。我可以连接同一网络p2p中的应用程序,但不能连接不同的网络
java -Djgroups.bind_addr=internal ip -Djoups.external_addr=external ip -Djgroups.TCPPING.initial_hosts=external ip -Djava.net.preferIPv4Stack=true SimpleChat。